From 70f30b8f39e0328562af79c1d37ff3d79b27cc93 Mon Sep 17 00:00:00 2001 From: andrekir Date: Wed, 24 May 2023 06:23:58 -0300 Subject: [PATCH] chore: update Kotlin Coroutines to 1.7.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b220f97c..24b67de8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -205,7 +205,7 @@ dependencies { googleImplementation 'com.suddenh4x.ratingdialog:awesome-app-rating:2.6.0' // Coroutines - def coroutines_version = '1.6.4' + def coroutines_version = '1.7.1' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"