Skip to content

Commit

Permalink
Compose 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Aug 10, 2023
1 parent 0cfd3cc commit 571b143
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
exclude("win32-x86-64/attach_hotspot_windows.dll")
pickFirst("META-INF/licenses/ASM")
}
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "de.jensklingenberg.jetpackcomposeplayground"
minSdkVersion 21
Expand Down Expand Up @@ -59,7 +59,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion "1.4.8"
kotlinCompilerExtensionVersion "1.5.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

buildscript {
ext {
compose_version = '1.4.3'
kotlin_version = "1.8.22"
compose_version = '1.5.0'
kotlin_version = "1.9.0"
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extra:
composedoc: 'https://developer.android.com/reference/kotlin/androidx/compose'
images: '../../images'
compose:
release: "1.4.3"
release: "1.5.0"
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/foso'
Expand Down

0 comments on commit 571b143

Please sign in to comment.