fix(android): renames amplitudereactnative project to use react-native- pattern
This commit is contained in:
parent
a0c3a00e59
commit
452b1b7e2e
|
@ -56,7 +56,7 @@ dependencies {
|
||||||
exclude group: 'com.android.installreferrer'
|
exclude group: 'com.android.installreferrer'
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
implementation project(':amplitudereactnative')
|
implementation project(':react-native-amplitude')
|
||||||
implementation project(':react-native-device-info')
|
implementation project(':react-native-device-info')
|
||||||
implementation(project(":react-native-google-signin")) {
|
implementation(project(":react-native-google-signin")) {
|
||||||
exclude group: 'com.google.android.gms'
|
exclude group: 'com.google.android.gms'
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
rootProject.name = 'jitsi-meet'
|
rootProject.name = 'jitsi-meet'
|
||||||
|
|
||||||
include ':app', ':sdk'
|
include ':app', ':sdk'
|
||||||
include ':amplitudereactnative'
|
include ':react-native-amplitude'
|
||||||
project(':amplitudereactnative').projectDir = new File(rootProject.projectDir, '../node_modules/@amplitude/react-native//android')
|
project(':react-native-amplitude').projectDir = new File(rootProject.projectDir, '../node_modules/@amplitude/react-native//android')
|
||||||
include ':react-native-async-storage'
|
include ':react-native-async-storage'
|
||||||
project(':react-native-async-storage').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-async-storage/async-storage/android')
|
project(':react-native-async-storage').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-async-storage/async-storage/android')
|
||||||
include ':react-native-background-timer'
|
include ':react-native-background-timer'
|
||||||
|
|
Loading…
Reference in New Issue