1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

upgrade Coroutines library to 1.4.0

This commit is contained in:
Christophe Beyls 2020-11-02 13:55:04 +01:00
parent 098bff0323
commit 06074c09ce

View file

@ -66,7 +66,7 @@ dependencies {
def room_version = "2.2.5"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.0'
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.fragment:fragment-ktx:1.2.5'
implementation 'androidx.appcompat:appcompat:1.2.0'