Skip to content

Commit

Permalink
chore: further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Aug 17, 2024
1 parent 2b9a33c commit 7986024
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
2 changes: 0 additions & 2 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.** { *; }
4 changes: 2 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')

0 comments on commit 7986024

Please sign in to comment.