Skip to content

Commit

Permalink
mokoResources 0.24.0-alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Feb 7, 2024
1 parent e021c07 commit 14c88f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin = "1.9.22"
agp = "8.2.2"
gms = "4.4.0"
crashlytics = "2.9.9"
compose = "1.6.0-beta01"
compose = "1.6.0-beta02"
composeCompiler = "1.5.8"
coroutines = "1.7.3"
sqlDelight = "2.0.1"
Expand Down
1 change: 0 additions & 1 deletion shared-compose-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ kotlin {
}
androidMain.dependencies {
implementation(libs.koin.androidx.compose)
implementation("androidx.compose.material3:material3:1.2.0-rc01") //TODO remove after update compose > 1.6.0-beta01
}
jvmMain.dependencies {
implementation(libs.koin.core.jvm)
Expand Down

0 comments on commit 14c88f8

Please sign in to comment.