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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-17 10:48:04 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-05-17 10:58:38 +0300
commit2e3307fdd57ab4936694d26f26c86a4bf9798bf5 (patch)
tree1864e1bff2f844498c0f45356dba71a4b013e003
parenta69cb205f8c1581f5b8b63e11eff294bf5bff49a (diff)
Bump kotlinx-coroutines-core from 1.4.3-native-mt to 1.5.0-native-mt
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.3-native-mt to 1.5.0-native-mt. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e2cb8c770..44bb75bae 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -90,7 +90,7 @@ dependencies {
// Image compression
implementation 'id.zelory:compressor:3.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.0"
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3-native-mt"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-native-mt"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3-native-mt"
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'