Skip to content

Commit

Permalink
Update to Compose 1.5.3
Browse files Browse the repository at this point in the history
Compile sdk version 34 is required for Compose 1.5 dependency
  • Loading branch information
mataku committed Oct 14, 2023
1 parent 0f599ac commit dc6caaa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
android-gradle-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-fragment = "1.6.1"
androidx-compose-ui = "1.5.0-alpha01"
androidx-compose-foundation = "1.5.0-alpha01"
androidx-compose-material = "1.5.0-alpha01"
androidx-compose-compiler = "1.4.0"
androidx-compose-ui = "1.5.3"
androidx-compose-foundation = "1.5.3"
androidx-compose-material = "1.5.3"
androidx-compose-compiler = "1.5.3"
androidx-core = "1.10.1"
androidx-lifecycle = "2.6.1"
androidx-annotation = "1.6.0"
Expand All @@ -14,7 +14,7 @@ androidx-test-runner = "1.5.2"
androidx-test-rules = "1.5.0"
androidx-test-ext-junit = "1.1.5"
androidx-test-ext-truth = "1.5.0"
kotlin = "1.8.0"
kotlin = "1.9.10"
kotlinx-coroutines = "1.7.2"
kotlinx-serialization = "1.5.1"
ktlint = "0.48.1"
Expand Down
2 changes: 1 addition & 1 deletion katalog-androidview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 21
Expand Down
2 changes: 1 addition & 1 deletion katalog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 21
Expand Down
2 changes: 1 addition & 1 deletion samples/androidapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.moriatsushi.katalog.android_sample"
Expand Down

0 comments on commit dc6caaa

Please sign in to comment.