@@ -7,7 +7,7 @@ kotlin = "2.1.21"
7
7
navigation-compose = " 2.7.7"
8
8
9
9
[libraries ]
10
- androidx-appcompat = " androidx.appcompat:appcompat:1.7.0 "
10
+ androidx-appcompat = " androidx.appcompat:appcompat:1.7.1 "
11
11
opentelemetry-exporter-otlp = { module = " io.opentelemetry:opentelemetry-exporter-otlp" , version.ref = " opentelemetry" }
12
12
opentelemetry-api-incubator = { module = " io.opentelemetry:opentelemetry-api-incubator" , version.ref = " opentelemetry-alpha" }
13
13
gson = " com.google.code.gson:gson:2.13.1"
@@ -23,7 +23,7 @@ desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
23
23
24
24
# demo-app
25
25
androidx-core-ktx = " androidx.core:core-ktx:1.16.0"
26
- androidx-lifecycle-runtime-ktx = " androidx.lifecycle:lifecycle-runtime-ktx:2.9.0 "
26
+ androidx-lifecycle-runtime-ktx = " androidx.lifecycle:lifecycle-runtime-ktx:2.9.1 "
27
27
androidx-compose-bom = " androidx.compose:compose-bom:2025.05.01"
28
28
androidx-activity-compose = " androidx.activity:activity-compose:1.10.1"
29
29
androidx-ui = { group = " androidx.compose.ui" , name = " ui" }
@@ -34,8 +34,8 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
34
34
androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
35
35
androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version = " 2.2.1" }
36
36
material = { group = " com.google.android.material" , name = " material" , version = " 1.12.0" }
37
- androidx-lifecycle-livedata-ktx = { group = " androidx.lifecycle" , name = " lifecycle-livedata-ktx" , version = " 2.9.0 " }
38
- androidx-lifecycle-viewmodel-ktx = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.9.0 " }
37
+ androidx-lifecycle-livedata-ktx = { group = " androidx.lifecycle" , name = " lifecycle-livedata-ktx" , version = " 2.9.1 " }
38
+ androidx-lifecycle-viewmodel-ktx = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.9.1 " }
39
39
androidx-navigation-fragment-ktx = { group = " androidx.navigation" , name = " navigation-fragment-ktx" , version.ref = " navigation-compose" }
40
40
androidx-navigation-ui-ktx = { group = " androidx.navigation" , name = " navigation-ui-ktx" , version.ref = " navigation-compose" }
41
41
androidx-navigation-compose = {group = " androidx.navigation" , name = " navigation-compose" , version.ref = " navigation-compose" }
0 commit comments