diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7d185..6fa4516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.7.5 +* Versions + * `Coroutines`: `1.6.4` + ## 0.7.4 * Versions diff --git a/gradle.properties b/gradle.properties index 7bc7737..94277e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ android.enableJetifier=false kotlin_version=1.6.21 -kotlin_coroutines_version=1.6.3 +kotlin_coroutines_version=1.6.4 dokka_version=1.6.21 @@ -24,7 +24,7 @@ github_release_plugin_version=2.4.1 android_minSdkVersion=19 android_compileSdkVersion=32 android_buildToolsVersion=32.0.0 -dexcount_version=3.0.1 +dexcount_version=3.1.0 junit_version=4.12 test_ext_junit_version=1.1.2 espresso_core=3.3.0