mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 14:47:48 +01:00
Update Kotlin and coroutines
This commit is contained in:
parent
07e2bdac81
commit
572f58a3a4
1 changed files with 3 additions and 2 deletions
|
@ -244,12 +244,13 @@ dependencies {
|
|||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
|
||||
final coroutines_version = '1.3.3'
|
||||
final coroutines_version = '1.3.4'
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.61'
|
||||
ext.kotlin_version = '1.3.70'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue