diff --git a/CHANGELOG.md b/CHANGELOG.md index ed65b2c..488281a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.7.4 + +* Versions + * `Coroutines`: `1.6.3` + ## 0.7.3 * Versions diff --git a/gradle.properties b/gradle.properties index 9c92126..399c470 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ android.enableJetifier=false kotlin_version=1.6.21 -kotlin_coroutines_version=1.6.1 +kotlin_coroutines_version=1.6.3 dokka_version=1.6.21 @@ -17,7 +17,7 @@ klockVersion=2.7.0 ## Github reease -github_release_plugin_version=2.3.7 +github_release_plugin_version=2.4.1 ## Android @@ -33,5 +33,5 @@ androidx_work_version=2.7.1 ## Common -version=0.7.3 -android_code_version=14 +version=0.7.4 +android_code_version=15