Commit 571b143 1 parent 0cfd3cc commit 571b143 Copy full SHA for 571b143
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
25
25
exclude(" win32-x86-64/attach_hotspot_windows.dll" )
26
26
pickFirst(" META-INF/licenses/ASM" )
27
27
}
28
- compileSdkVersion 33
28
+ compileSdkVersion 34
29
29
defaultConfig {
30
30
applicationId " de.jensklingenberg.jetpackcomposeplayground"
31
31
minSdkVersion 21
@@ -59,7 +59,7 @@ android {
59
59
compose true
60
60
}
61
61
composeOptions {
62
- kotlinCompilerExtensionVersion " 1.4.8 "
62
+ kotlinCompilerExtensionVersion " 1.5.1 "
63
63
}
64
64
}
65
65
Original file line number Diff line number Diff line change 3
3
4
4
buildscript {
5
5
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 "
8
8
}
9
9
repositories {
10
10
google()
Original file line number Diff line number Diff line change 45
45
composedoc : ' https://developer.android.com/reference/kotlin/androidx/compose'
46
46
images : ' ../../images'
47
47
compose :
48
- release : " 1.4.3 "
48
+ release : " 1.5.0 "
49
49
social :
50
50
- icon : fontawesome/brands/github-alt
51
51
link : ' https://github.com/foso'
You can’t perform that action at this time.
0 commit comments