Skip to content

Commit 571b143

Browse files
committed
Compose 1.5.0
1 parent 0cfd3cc commit 571b143

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
exclude("win32-x86-64/attach_hotspot_windows.dll")
2626
pickFirst("META-INF/licenses/ASM")
2727
}
28-
compileSdkVersion 33
28+
compileSdkVersion 34
2929
defaultConfig {
3030
applicationId "de.jensklingenberg.jetpackcomposeplayground"
3131
minSdkVersion 21
@@ -59,7 +59,7 @@ android {
5959
compose true
6060
}
6161
composeOptions {
62-
kotlinCompilerExtensionVersion "1.4.8"
62+
kotlinCompilerExtensionVersion "1.5.1"
6363
}
6464
}
6565

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
buildscript {
55
ext {
6-
compose_version = '1.4.3'
7-
kotlin_version = "1.8.22"
6+
compose_version = '1.5.0'
7+
kotlin_version = "1.9.0"
88
}
99
repositories {
1010
google()

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extra:
4545
composedoc: 'https://developer.android.com/reference/kotlin/androidx/compose'
4646
images: '../../images'
4747
compose:
48-
release: "1.4.3"
48+
release: "1.5.0"
4949
social:
5050
- icon: fontawesome/brands/github-alt
5151
link: 'https://github.com/foso'

0 commit comments

Comments
 (0)