Compare commits

...

4 Commits

Author SHA1 Message Date
5a5bde6f20 Merge pull request #37 from InsanusMokrassar/0.7.4
0.7.4
2022-07-02 12:20:28 +06:00
8f9b84ecc7 Update CHANGELOG.md 2022-07-02 12:20:04 +06:00
62c5a0f98d Update gradle.properties 2022-07-01 23:01:29 +06:00
dfd1a5a909 Update gradle.properties 2022-07-01 23:00:34 +06:00
2 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 0.7.4
* Versions
* `Coroutines`: `1.6.3`
## 0.7.3
* Versions

View File

@@ -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