From 780c5b181c77abfa430cea8b59555719da3a4b9e Mon Sep 17 00:00:00 2001 From: andrekir Date: Sun, 9 Jul 2023 08:06:53 -0300 Subject: [PATCH] chore: update Kotlin Coroutines to 1.7.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9f1e18f62..7e06745cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -207,7 +207,7 @@ dependencies { googleImplementation 'com.suddenh4x.ratingdialog:awesome-app-rating:2.6.0' // Coroutines - def coroutines_version = '1.7.1' + def coroutines_version = '1.7.2' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:$coroutines_version"