We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f531eea + 3bc1df2 commit e04de6cCopy full SHA for e04de6c
1 file changed
LogcatCoreUI/build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
api project(':LogcatCoreLib')
28
implementation "androidx.core:core-ktx:1.13.1"
29
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
30
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"
31
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
32
implementation 'androidx.recyclerview:recyclerview:1.3.2'
33
api 'com.google.android.material:material:1.12.0'
0 commit comments