Skip to content

Commit

Permalink
Patch upgrade google services plugin (4.3.10 -> 4.3.14)
Browse files Browse the repository at this point in the history
Fixes some gradle issues that are intermittent.

To see details, visit https://firebase.google.com/support/release-notes/android#google-services_plugin_v4-3-10 and scroll upwards. Nothing super exciting being fixed here, but it's nice to not have random gradle failures
  • Loading branch information
hamiltont committed Dec 27, 2023
1 parent 976fcd6 commit b960e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.gms:google-services:4.3.14'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
}
}
Expand Down

0 comments on commit b960e36

Please sign in to comment.