Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("androidx.navigation:navigation-fragment-ktx:2.10.1")
implementation("androidx.navigation:navigation-ui-ktx:2.10.1")

implementation("com.google.android.gms:play-services-ads:25.4.0")
implementation("com.google.android.gms:play-services-ads:25.5.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.19.0"))
Expand Down
2 changes: 1 addition & 1 deletion auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
// Google Identity Services SDK (only required for Auth with Google)
implementation("androidx.credentials:credentials:1.6.0")
implementation("androidx.credentials:credentials-play-services-auth:1.6.0")
implementation("com.google.android.libraries.identity.googleid:googleid:1.2.0")
implementation("com.google.android.libraries.identity.googleid:googleid:1.2.1")

// Firebase UI
// Used in FirebaseUIActivity.
Expand Down
2 changes: 1 addition & 1 deletion crash/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation("com.google.firebase:firebase-analytics")

// For use in the CustomKeySamples -- for testing Google Api Availability.
implementation("com.google.android.gms:play-services-base:18.10.1")
implementation("com.google.android.gms:play-services-base:18.11.0")

testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ firebaseBom = "34.19.0"
googleServices = "4.5.0"
firebaseCrashlytics = "3.0.8"
firebasePerf = "2.0.2"
gradleVersions = "0.63.1"
gradleVersions = "0.64.0"
junit = "4.13.2"
junitVersion = "1.3.0"
kotlin = "2.4.20"
Expand Down
Loading