@@ -7,7 +7,7 @@ kotlin = "2.1.21"
77navigation-compose = " 2.7.7"
88
99[libraries ]
10- androidx-appcompat = " androidx.appcompat:appcompat:1.7.0 "
10+ androidx-appcompat = " androidx.appcompat:appcompat:1.7.1 "
1111opentelemetry-exporter-otlp = { module = " io.opentelemetry:opentelemetry-exporter-otlp" , version.ref = " opentelemetry" }
1212opentelemetry-api-incubator = { module = " io.opentelemetry:opentelemetry-api-incubator" , version.ref = " opentelemetry-alpha" }
1313gson = " com.google.code.gson:gson:2.13.1"
@@ -23,7 +23,7 @@ desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
2323
2424# demo-app
2525androidx-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 "
2727androidx-compose-bom = " androidx.compose:compose-bom:2025.05.01"
2828androidx-activity-compose = " androidx.activity:activity-compose:1.10.1"
2929androidx-ui = { group = " androidx.compose.ui" , name = " ui" }
@@ -34,8 +34,8 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
3434androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
3535androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version = " 2.2.1" }
3636material = { 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 " }
3939androidx-navigation-fragment-ktx = { group = " androidx.navigation" , name = " navigation-fragment-ktx" , version.ref = " navigation-compose" }
4040androidx-navigation-ui-ktx = { group = " androidx.navigation" , name = " navigation-ui-ktx" , version.ref = " navigation-compose" }
4141androidx-navigation-compose = {group = " androidx.navigation" , name = " navigation-compose" , version.ref = " navigation-compose" }
0 commit comments