From 9ade06c6f7040ee1dff13223e2ef6e1191b66814 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 9 Jul 2021 17:49:06 -0400 Subject: [PATCH] Update dependencies (cherry picked from commit 714aa4b4ba4c981bbb8510efdbf0acb5cefd3395) # Conflicts: # app/build.gradle.kts --- app/build.gradle.kts | 2 +- buildSrc/src/main/kotlin/Dependencies.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f3d827a4a..a29b20953 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -123,7 +123,7 @@ dependencies { implementation(kotlin("reflect", version = BuildPluginsVersion.KOTLIN)) - val coroutinesVersion = "1.5.0" + val coroutinesVersion = "1.5.1" implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion") diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 862109a3e..008b15f6c 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -1,7 +1,7 @@ object BuildPluginsVersion { const val AGP = "4.2.2" - const val KOTLIN = "1.5.10" - const val KOTLINTER = "3.4.4" + const val KOTLIN = "1.5.20" + const val KOTLINTER = "3.4.5" const val VERSIONS_PLUGIN = "0.39.0" const val ABOUTLIB_PLUGIN = "8.9.0" }