From e76a57748e2a75d54cbc6be8dc933fa435e403dd Mon Sep 17 00:00:00 2001 From: Arnas Smicius Date: Fri, 18 Aug 2023 12:28:20 +0300 Subject: [PATCH] Update Kotlin Coroutines 1.5.0 -> 1.7.3 (#16) --- buildSrc/src/main/kotlin/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 8aabd91..d299d1a 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -1,7 +1,7 @@ object Versions { const val APP_COMPAT = "1.1.0" const val KOTLIN = "1.9.0" - const val COROUTINES = "1.5.0" + const val COROUTINES = "1.7.3" const val ANDROID_GRADLE_PLUGIN = "7.4.2" const val JUNIT = "4.13" const val ROBOLECTRIC = "4.3"