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
path: root/app
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-20 09:05:29 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-11-20 10:06:15 +0300
commit26d6cfd415e47c37b383e19c8ef60fb901ad5a50 (patch)
treef08f0f7402718ceb92877a1b3843bda764adf273 /app
parent8e72fa374cf71406bcc081b046187f615a38054b (diff)
Bump kotlin-stdlib from 1.4.10 to 1.4.20
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.4.10 to 1.4.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.10...v1.4.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 99814978e..bf04a2feb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -105,7 +105,7 @@ dependencies {
// --- Backend-Libraries ---
// -------------------------
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.10'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.20'
// Room components
implementation "androidx.room:room-runtime:$rootProject.roomVersion"