Skip to content

Commit aa68ce1

Browse files
authored
Auto-update dependencies. (#618)
Brought to you by your friendly [Repository Gardener](https://togithub.com/GoogleCloudPlatform/repository-gardener).
1 parent 223383b commit aa68ce1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

admob/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation("androidx.multidex:multidex:2.0.1")
4242

4343
// [START gradle_play_config]
44-
implementation("com.google.android.gms:play-services-ads:24.0.0")
44+
implementation("com.google.android.gms:play-services-ads:24.1.0")
4545
// [END gradle_play_config]
4646

4747
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)

auth/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies {
5050
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
5151

5252
// Google Identity Services SDK (only required for Auth with Google)
53-
implementation("androidx.credentials:credentials:1.3.0")
54-
implementation("androidx.credentials:credentials-play-services-auth:1.3.0")
53+
implementation("androidx.credentials:credentials:1.5.0")
54+
implementation("androidx.credentials:credentials-play-services-auth:1.5.0")
5555
implementation("com.google.android.libraries.identity.googleid:googleid:1.1.1")
5656

5757
// Required only if Facebook login support is required

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("com.google.gms.google-services") version "4.4.2" apply false
99
id("com.google.firebase.crashlytics") version "3.0.3" apply false
1010
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
11-
id("androidx.navigation.safeargs") version "2.8.8" apply false
11+
id("androidx.navigation.safeargs") version "2.8.9" apply false
1212
id("com.github.ben-manes.versions") version "0.52.0" apply true
1313
}
1414

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ espressoCore = "3.6.1"
99
kotlinxSerializationJson = "1.8.0"
1010
lifecycleRuntimeKtx = "2.8.7"
1111
activityCompose = "1.10.1"
12-
composeBom = "2025.02.00"
12+
composeBom = "2025.03.00"
1313
reactiveStreams = "1.0.4"
1414
vertexAI = "16.2.0"
1515

0 commit comments

Comments
 (0)