We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1b5c7 commit 1e29800Copy full SHA for 1e29800
gradle/libs.versions.toml
@@ -8,9 +8,9 @@ junit = "4.13.2"
8
junitVersion = "1.3.0"
9
espressoCore = "3.7.0"
10
kotlinxSerializationJson = "1.9.0"
11
-lifecycleRuntimeKtx = "2.9.2"
+lifecycleRuntimeKtx = "2.9.3"
12
activityCompose = "1.10.1"
13
-composeBom = "2025.08.00"
+composeBom = "2025.08.01"
14
reactiveStreams = "1.0.4"
15
vertexAI = "16.5.0"
16
messaging/app/build.gradle.kts
@@ -53,5 +53,5 @@ dependencies {
53
54
implementation("com.google.android.gms:play-services-auth:21.4.0")
55
implementation("androidx.work:work-runtime-ktx:2.10.3")
56
- implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2")
+ implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3")
57
}
0 commit comments