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:
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6c68a9b40..274cac01f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -90,7 +90,7 @@ dependencies {
// --- Backend-Libraries ---
// -------------------------
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.61'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.70'
// Room components
implementation "androidx.room:room-runtime:$rootProject.roomVersion"