We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5a2b53 + 641bd5c commit f791304Copy full SHA for f791304
1 file changed
LogcatCoreUI/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
implementation "androidx.core:core-ktx:1.16.0"
30
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
31
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
32
- implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
+ implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
33
implementation "androidx.recyclerview:recyclerview:1.4.0"
34
api "com.google.android.material:material:1.12.0"
35
}
0 commit comments