Skip to content

Commit c75f905

Browse files
committed
compose 1.6.0-beta02
1 parent e021c07 commit c75f905

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin = "1.9.22"
77
agp = "8.2.2"
88
gms = "4.4.0"
99
crashlytics = "2.9.9"
10-
compose = "1.6.0-beta01"
10+
compose = "1.6.0-beta02"
1111
composeCompiler = "1.5.8"
1212
coroutines = "1.7.3"
1313
sqlDelight = "2.0.1"

shared-compose-ui/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ 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
3736
}
3837
jvmMain.dependencies {
3938
implementation(libs.koin.core.jvm)

0 commit comments

Comments
 (0)