We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45156a commit 05dac42Copy full SHA for 05dac42
library/build.gradle
@@ -36,7 +36,7 @@ android {
36
dependencies {
37
implementation 'androidx.appcompat:appcompat:1.6.1'
38
implementation 'androidx.core:core-ktx:1.12.0'
39
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
40
41
implementation 'androidx.room:room-runtime:2.6.1'
42
implementation 'androidx.room:room-ktx:2.6.1'
0 commit comments