File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44buildscript {
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()
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments