We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5544f7b commit f94608aCopy full SHA for f94608a
library/build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
api("com.github.markusressel.KodeHighlighter:core:$kodeHighlighterVersion")
45
46
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2"
47
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
48
49
// Zoom Layout Container
50
api 'com.otaliastudios:zoomlayout:1.9.0'
0 commit comments