Skip to content

Commit

Permalink
Fixed crashing error by adding missing dependency - TODO: add at the …
Browse files Browse the repository at this point in the history
…SDK level and not the app level

Fixed crashing error by adding missing dependency - TODO: add at the SDK level and not the app level
  • Loading branch information
rob-gioia-branch committed Oct 7, 2024
1 parent 4b91194 commit ac879d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions branchreactnativetestbed/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ dependencies {
} else {
implementation jscFlavor
}

implementation("com.google.android.gms:play-services-base:18.5.0")
}

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
1 change: 1 addition & 0 deletions branchreactnativetestbed/android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:
-keep class com.google.android.gms.** { *; }

0 comments on commit ac879d1

Please sign in to comment.