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 dc565b7 commit c10eb19Copy full SHA for c10eb19
examples/example-clientlib-ktx-app/app/build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
implementation "androidx.compose.material:material:$compose_material_version"
72
implementation "androidx.compose.material:material-icons-core:$compose_material_version"
73
implementation "androidx.compose.material:material-icons-extended:$compose_material_version"
74
- implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
+ implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
75
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6'
76
implementation 'androidx.activity:activity-compose:1.9.2'
77
implementation "androidx.hilt:hilt-navigation-compose:1.2.0"
0 commit comments