File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33# Android/Kotlin
44android_gradle_plugin_version = " 8.1.1"
5- androidx_ktx_version = " 1.10.1 "
6- kotlin_version = " 1.9.0 "
5+ androidx_ktx_version = " 1.12.0 "
6+ kotlin_version = " 1.9.10 "
77
88# Plugins
9- ksp_version = " 1.9.0 -1.0.13"
9+ ksp_version = " 1.9.10 -1.0.13"
1010
1111# Compose
12- compose_compiler_version = " 1.5.1 "
13- compose_bom_version = " 2023.08.00 "
12+ compose_compiler_version = " 1.5.3 "
13+ compose_bom_version = " 2023.09.01 "
1414compose_activity_version = " 1.7.2"
1515compose_color_picker_version = " 0.7.0"
1616
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
55
66object ProjectConfig {
77 const val versionCode = 1
8- const val versionName = " 1.0.2 "
8+ const val versionName = " 1.0.3 "
99
1010 const val namespace = " com.gigamole.composeshadowsplus"
1111 const val group = " com.github.GIGAMOLE"
@@ -14,7 +14,7 @@ object ProjectConfig {
1414
1515 const val compileSdk = 34
1616 const val targetSdk = 34
17- const val minSdk = 24
17+ const val minSdk = 21
1818
1919 val javaCompileVersion = JavaVersion .VERSION_17
2020 private val javaCompileVersionText = javaCompileVersion.toString()
You can’t perform that action at this time.
0 commit comments