fix(android): renames amplitudereactnative project to use react-native- pattern

This commit is contained in:
tmoldovan8x8 2021-09-06 12:29:58 +03:00 committed by GitHub
parent a0c3a00e59
commit 452b1b7e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'