Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Nov 12, 2024
1 parent 44fe0e4 commit a6659f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.10.01"
reactiveStreams = "1.0.4"
vertexAI = "16.0.0-beta06"
vertexAI = "16.0.1"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down
2 changes: 1 addition & 1 deletion storage/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.android.application")
id("kotlin-android")
id("com.google.gms.google-services")
id("com.google.devtools.ksp") version "2.0.21-1.0.26"
id("com.google.devtools.ksp") version "2.0.21-1.0.27"
}

android {
Expand Down

0 comments on commit a6659f5

Please sign in to comment.