Merge pull request #254 from InsanusMokrassar/0.18.3

0.18.3
This commit is contained in:
InsanusMokrassar 2023-05-12 14:30:37 +06:00 committed by GitHub
commit 702f782fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.18.3
* `Versions`:
* `Serialization`: `1.5.0` -> `1.5.1`
* `Android Cor Ktx`: `1.10.0` -> `1.10.1`
## 0.18.2 ## 0.18.2
* `Startup`: * `Startup`:

View File

@ -14,5 +14,5 @@ crypto_js_version=4.1.1
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.18.2 version=0.18.3
android_code_version=193 android_code_version=194

View File

@ -1,7 +1,7 @@
[versions] [versions]
kt = "1.8.20" kt = "1.8.20"
kt-serialization = "1.5.0" kt-serialization = "1.5.1"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
kslog = "1.1.1" kslog = "1.1.1"
@ -22,12 +22,12 @@ koin = "3.4.0"
okio = "3.3.0" okio = "3.3.0"
ksp = "1.8.20-1.0.11" ksp = "1.8.20-1.0.11"
kotlin-poet = "1.13.0" kotlin-poet = "1.13.2"
android-gradle = "7.4.2" android-gradle = "7.4.2"
dexcount = "4.0.0" dexcount = "4.0.0"
android-coreKtx = "1.10.0" android-coreKtx = "1.10.1"
android-recyclerView = "1.3.0" android-recyclerView = "1.3.0"
android-appCompat = "1.6.1" android-appCompat = "1.6.1"
android-fragment = "1.5.7" android-fragment = "1.5.7"