Merge pull request #343 from InsanusMokrassar/0.20.14

0.20.14
This commit is contained in:
InsanusMokrassar 2023-11-18 23:27:06 +06:00 committed by GitHub
commit 1558b9103d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.20.14
* `Versions`:
* `Serialization`: `1.6.0` -> `1.6.1`
* `KSLog`: `1.2.4` -> `1.3.0`
## 0.20.13
* `Versions`:

View File

@ -15,5 +15,5 @@ crypto_js_version=4.1.1
# Project data
group=dev.inmo
version=0.20.13
android_code_version=219
version=0.20.14
android_code_version=220

View File

@ -1,10 +1,10 @@
[versions]
kt = "1.9.20"
kt-serialization = "1.6.0"
kt-serialization = "1.6.1"
kt-coroutines = "1.7.3"
kslog = "1.2.4"
kslog = "1.3.0"
jb-compose = "1.5.10"
jb-exposed = "0.44.1"
@ -24,9 +24,9 @@ okio = "3.6.0"
ksp = "1.9.20-1.0.14"
kotlin-poet = "1.14.2"
versions = "0.49.0"
versions = "0.50.0"
android-gradle = "8.1.3"
android-gradle = "8.1.4"
dexcount = "4.0.0"
android-coreKtx = "1.12.0"