From 2e59fb39fe380dce79309902418842f2b029afa6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 05:27:11 +0000 Subject: Bump kotlin-stdlib from 1.3.61 to 1.3.70 Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.61 to 1.3.70. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.70/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.61...v1.3.70) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3