Skip to content

Commit a39c992

Browse files
committed
Auto-update dependencies.
1 parent 4a80694 commit a39c992

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admob/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ dependencies {
3636
implementation("androidx.legacy:legacy-support-v4:1.0.0")
3737
implementation("androidx.browser:browser:1.5.0")
3838
implementation("androidx.appcompat:appcompat:1.7.0")
39-
implementation("com.google.firebase:firebase-ads:23.4.0")
39+
implementation("com.google.firebase:firebase-ads:23.5.0")
4040
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
4141
implementation("androidx.multidex:multidex:2.0.1")
4242

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

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lifecycleRuntimeKtx = "2.8.6"
1010
activityCompose = "1.9.3"
1111
composeBom = "2024.10.00"
1212
reactiveStreams = "1.0.4"
13-
vertexAI = "16.0.0-beta06"
13+
vertexAI = "16.0.1"
1414

1515
[libraries]
1616
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

0 commit comments

Comments
 (0)