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

pull/9878/head jitsi-meet_6285
tmoldovan8x8 4 years ago committed by GitHub
parent a0c3a00e59
commit 452b1b7e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      android/sdk/build.gradle
  2. 4
      android/settings.gradle

@ -56,7 +56,7 @@ dependencies {
exclude group: 'com.android.installreferrer'
}
} else {
implementation project(':amplitudereactnative')
implementation project(':react-native-amplitude')
implementation project(':react-native-device-info')
implementation(project(":react-native-google-signin")) {
exclude group: 'com.google.android.gms'

@ -1,8 +1,8 @@
rootProject.name = 'jitsi-meet'
include ':app', ':sdk'
include ':amplitudereactnative'
project(':amplitudereactnative').projectDir = new File(rootProject.projectDir, '../node_modules/@amplitude/react-native//android')
include ':react-native-amplitude'
project(':react-native-amplitude').projectDir = new File(rootProject.projectDir, '../node_modules/@amplitude/react-native//android')
include ':react-native-async-storage'
project(':react-native-async-storage').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-async-storage/async-storage/android')
include ':react-native-background-timer'

Loading…
Cancel
Save