0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Update Kotlin coroutines library

This commit is contained in:
Markus Fisch 2024-09-17 22:38:04 +02:00
parent 807f075a51
commit 648ef6fdf8

View File

@ -68,7 +68,7 @@ android {
dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
// Support
implementation "com.android.support:appcompat-v7:$support_version"