Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2021-07-11 07:22:04 +0300
committerDaniel Schaal <daniel@schaal.email>2021-07-25 10:10:47 +0300
commitb1f1188dc912ddc5d12dce3395ea8f80c41bdadd (patch)
treeb00d603f45963666390846847233381387ef00f9
parent337129e49be5b8cf520e936c7ab254e46409f95c (diff)
Update kotlinx coroutines to 1.5.1
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6a583a08..ce8e0818 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -95,7 +95,7 @@ ext {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
implementation "androidx.core:core-ktx:${versions.core}"
implementation "androidx.core:core-ktx:${versions.core}"