Skip to content

Commit

Permalink
Fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Nov 18, 2024
1 parent 4d0727d commit e671e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wallet-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ android {

dependencies {

implementation platform('com.google.firebase:firebase-bom:33.5.1')
implementation platform('com.google.firebase:firebase-bom:33.6.0')
androidTestImplementation('com.wix:detox:+')
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-core:21.1.1'
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")

Expand Down

0 comments on commit e671e24

Please sign in to comment.