From 452b1b7e2e5df2bbab2805e3a5e373cf87243ff8 Mon Sep 17 00:00:00 2001 From: tmoldovan8x8 <62697631+tmoldovan8x8@users.noreply.github.com> Date: Mon, 6 Sep 2021 12:29:58 +0300 Subject: [PATCH] fix(android): renames amplitudereactnative project to use react-native- pattern --- android/sdk/build.gradle | 2 +- android/settings.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle index 394240476a..b01c4bac72 100644 --- a/android/sdk/build.gradle +++ b/android/sdk/build.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' diff --git a/android/settings.gradle b/android/settings.gradle index d7fe43f8c3..956f0ede94 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -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'