Merge pull request #329 from InsanusMokrassar/0.20.10

0.20.10
This commit is contained in:
InsanusMokrassar 2023-10-26 10:51:45 +06:00 committed by GitHub
commit fcda3af862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.20.10
* `Versions`:
* `Kotlin`: `1.9.20-RC` -> `1.9.20-RC1`
* `KSLog`: `1.2.1` -> `1.2.2`
* `Compose`: `1.5.10-rc01` -> `1.5.10-rc02`
* `RecyclerView`: `1.3.1` -> `1.3.2`
## 0.20.9
* Most of common modules now supports `linuxArm64` target

View File

@ -15,5 +15,5 @@ crypto_js_version=4.1.1
# Project data
group=dev.inmo
version=0.20.9
android_code_version=215
version=0.20.10
android_code_version=216

View File

@ -1,15 +1,15 @@
[versions]
kt = "1.9.20-RC"
kt = "1.9.20-RC2"
#compose-kotlin = "1.5.10-beta02"
kt-serialization = "1.6.0"
kt-coroutines = "1.7.3"
kslog = "1.2.1"
kslog = "1.2.2"
jb-compose = "1.5.10-rc01"
jb-compose = "1.5.10-rc02"
jb-exposed = "0.44.0"
jb-dokka = "1.9.0"
jb-dokka = "1.9.10"
korlibs = "4.0.10"
uuid = "0.8.1"
@ -22,7 +22,7 @@ koin = "3.5.0"
okio = "3.6.0"
ksp = "1.9.20-RC-1.0.13"
ksp = "1.9.20-RC2-1.0.13"
kotlin-poet = "1.14.2"
versions = "0.49.0"
@ -31,7 +31,7 @@ android-gradle = "7.4.2"
dexcount = "4.0.0"
android-coreKtx = "1.12.0"
android-recyclerView = "1.3.1"
android-recyclerView = "1.3.2"
android-appCompat = "1.6.1"
android-fragment = "1.6.1"
android-espresso = "3.5.1"