Skip to content

Commit e021c07

Browse files
committed
kotlin 1.9.22 compose 1.6.0-beta01
1 parent ba618c0 commit e021c07

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ compileSdk = "34"
33
targetSdk = "34"
44
minSdk = "21"
55
jdk = "17"
6-
kotlin = "1.9.21"
7-
agp = "8.2.1"
6+
kotlin = "1.9.22"
7+
agp = "8.2.2"
88
gms = "4.4.0"
99
crashlytics = "2.9.9"
10-
compose = "1.5.11"
11-
composeCompiler = "1.5.4"
10+
compose = "1.6.0-beta01"
11+
composeCompiler = "1.5.8"
1212
coroutines = "1.7.3"
1313
sqlDelight = "2.0.1"
1414
androidxSqlite = "2.4.0"
@@ -21,7 +21,7 @@ koin = "3.5.0"
2121
kotlinx-datetime = "0.5.0"
2222
napier = "2.7.1"
2323
mokoResources = "0.23.0"
24-
materialThemePrefs = "0.6.1"
24+
materialThemePrefs = "0.6.3"
2525
androidxActivityCompose = "1.8.2"
2626
androidxComposeTest = "1.5.4"
2727
androidxCoreSplashscreen = "1.0.1"

shared-compose-ui/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ kotlin {
3333
}
3434
androidMain.dependencies {
3535
implementation(libs.koin.androidx.compose)
36+
implementation("androidx.compose.material3:material3:1.2.0-rc01") //TODO remove after update compose > 1.6.0-beta01
3637
}
3738
jvmMain.dependencies {
3839
implementation(libs.koin.core.jvm)

0 commit comments

Comments
 (0)