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