Skip to content

Commit 7a080ae

Browse files
dpebotthatfiredev
authored andcommitted
Auto-update dependencies.
1 parent 44fe0e4 commit 7a080ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lifecycleRuntimeKtx = "2.8.7"
1010
activityCompose = "1.9.3"
1111
composeBom = "2024.10.01"
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" }

storage/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("com.android.application")
33
id("kotlin-android")
44
id("com.google.gms.google-services")
5-
id("com.google.devtools.ksp") version "2.0.21-1.0.26"
5+
id("com.google.devtools.ksp") version "2.0.21-1.0.27"
66
}
77

88
android {

0 commit comments

Comments
 (0)