Fix coroutines

This commit is contained in:
世界 2021-05-06 18:47:57 +08:00
parent 721e39aa9b
commit 238e3afb37
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ dependencies {
implementation "com.google.code.gson:gson:2.8.6"
implementation "org.osmdroid:osmdroid-android:6.1.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.0"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0-RC'
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
implementation "dnsjava:dnsjava:3.3.1"