Bump Kotlin to 2.0.0 and AGP to 8.4.1
This commit is contained in:
parent
df877416ef
commit
b8a7bb7881
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "8.4.0"
|
agp = "8.4.1"
|
||||||
android-compileSdk = "34"
|
android-compileSdk = "34"
|
||||||
android-minSdk = "26"
|
android-minSdk = "26"
|
||||||
android-targetSdk = "34"
|
android-targetSdk = "34"
|
||||||
activityCompose = "1.9.0"
|
activityCompose = "1.9.0"
|
||||||
composeBom = "2024.05.00"
|
composeBom = "2024.05.00"
|
||||||
coroutines = "1.8.0"
|
coroutines = "1.8.0"
|
||||||
kotlin = "2.0.0-RC2"
|
kotlin = "2.0.0"
|
||||||
ktor = "2.3.9"
|
ktor = "2.3.9"
|
||||||
multiplatform-settings = "1.1.1"
|
multiplatform-settings = "1.1.1"
|
||||||
voyager = "1.0.0"
|
voyager = "1.0.0"
|
||||||
|
|
Loading…
Reference in a new issue