From 79860248805626b425d0939005b47a30cdf950c7 Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Sat, 17 Aug 2024 02:02:58 +0100 Subject: [PATCH] chore: further cleanup --- android/app/build.gradle | 5 ----- android/app/proguard-rules.pro | 2 -- android/settings.gradle | 4 ++-- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 67cd843..f1671a7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,10 +139,5 @@ dependencies { // implementation jscFlavor // } - // remove GMS from RNDI - future major release should remove it upstream - implementation(project(':react-native-device-info')) { - exclude group: 'com.google.android.gms' - } - implementation("com.google.guava:guava:31.1-android") } diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 7dab035..11b0257 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -8,5 +8,3 @@ # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: --keep class com.facebook.hermes.unicode.** { *; } --keep class com.facebook.jni.** { *; } diff --git a/android/settings.gradle b/android/settings.gradle index 742eeb3..9473e3e 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -2,5 +2,5 @@ pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") } plugins { id("com.facebook.react.settings") } extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() } rootProject.name = 'Revvy' -includeBuild('../node_modules/@react-native/gradle-plugin') -include ':app' \ No newline at end of file +include ':app' +includeBuild('../node_modules/@react-native/gradle-plugin') \ No newline at end of file