update dependencies and at least it is buildable

This commit is contained in:
2023-02-27 16:56:39 +06:00
parent 15dee238b5
commit d8cf3c6726
4 changed files with 15 additions and 18 deletions

View File

@@ -1,17 +1,17 @@
[versions]
kt = "1.7.20"
kt-serialization = "1.4.1"
kt = "1.8.0"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
kslog = "0.5.4"
kslog = "1.0.0"
jb-compose = "1.2.2"
jb-compose = "1.3.1-rc01"
jb-exposed = "0.41.1"
jb-dokka = "1.7.20"
klock = "3.4.0"
uuid = "0.6.0"
uuid = "0.7.0"
ktor = "2.2.3"
@@ -19,18 +19,18 @@ gh-release = "2.4.1"
koin = "3.3.2"
ksp = "1.7.20-1.0.8"
ksp = "1.8.0-1.0.8"
kotlin-poet = "1.12.0"
android-gradle = "7.3.0"
dexcount = "3.1.0"
android-gradle = "7.3.1"
dexcount = "4.0.0"
android-coreKtx = "1.9.0"
android-recyclerView = "1.2.1"
android-appCompat = "1.6.0"
android-appCompat = "1.6.1"
android-fragment = "1.5.5"
android-espresso = "3.4.0"
android-test = "1.1.3"
android-espresso = "3.5.1"
android-test = "1.1.5"
android-props-minSdk = "21"
android-props-compileSdk = "33"