Skip to content

Commit

Permalink
[Feature] Update Firebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 9, 2023
1 parent 308fed9 commit 72c2a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.8'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
}
}
apply plugin: 'com.google.gms.google-services'
Expand Down Expand Up @@ -213,7 +213,7 @@ dependencies {

//#ifdef NONFREE
implementation 'com.github.junrar:junrar:7.5.4'
implementation platform('com.google.firebase:firebase-bom:32.2.2')
implementation platform('com.google.firebase:firebase-bom:32.2.3')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-crashlytics-ndk'
//#endif
Expand Down

0 comments on commit 72c2a49

Please sign in to comment.