Skip to content

Commit b79fb89

Browse files
author
Vasyl Melnyk
committed
Updated versions and min SDK to 21.
1 parent d20cf01 commit b79fb89

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# Android/Kotlin
44
android_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"
1414
compose_activity_version = "1.7.2"
1515
compose_color_picker_version = "0.7.0"
1616

plugins/src/main/java/ProjectConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
55

66
object 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()

0 commit comments

Comments
 (0)