Update coroutines
This commit is contained in:
parent
6f8f6e9233
commit
c456812a46
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ dependencies {
|
|||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
|
||||
final coroutines_version = '1.3.1'
|
||||
final coroutines_version = '1.3.3'
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue