Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 1, 2024
1 parent 4a11f6f commit 3cb2ff2
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 @@ -120,8 +120,8 @@ dependencies {
// When using the BoM, you don't specify versions in Firebase library dependencies
// implementation 'com.google.firebase:firebase-crashlytics'
// implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-crashlytics:18.3.7'
implementation 'com.google.firebase:firebase-analytics:21.3.0'
implementation 'com.google.firebase:firebase-crashlytics:19.2.1'
implementation 'com.google.firebase:firebase-analytics:22.1.2'
// implementation 'com.google.firebase:firebase-analytics:21.5.1'

implementation fileTree(include: ['*.jar'], dir: 'libs')
Expand Down

0 comments on commit 3cb2ff2

Please sign in to comment.