Merge pull request #281 from InsanusMokrassar/0.19.7

0.19.7
This commit is contained in:
InsanusMokrassar 2023-06-30 14:37:36 +06:00 committed by GitHub
commit d0022dd599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View File

@ -1,11 +1,16 @@
# Changelog
## 0.19.7
* `Versions`:
* `Coroutines`: `1.7.1` -> `1.7.2`
## 0.19.6
* `Versions`:
* `Coroutines`: `1.6.4` -> `1.7.1`
* `Ktor`: `2.3.1` -> `2.3.2`
* `Compose`: `1.4.0` -> `1.4.1`
* `Coroutines`: `1.6.4` -> `1.7.1`
* `Ktor`: `2.3.1` -> `2.3.2`
* `Compose`: `1.4.0` -> `1.4.1`
## 0.19.5

View File

@ -14,5 +14,5 @@ crypto_js_version=4.1.1
# Project data
group=dev.inmo
version=0.19.6
android_code_version=202
version=0.19.7
android_code_version=203

View File

@ -2,7 +2,7 @@
kt = "1.8.20"
kt-serialization = "1.5.1"
kt-coroutines = "1.7.1"
kt-coroutines = "1.7.2"
kslog = "1.1.1"