Skip to content

Commit

Permalink
Updated versions and min SDK to 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Melnyk committed Sep 25, 2023
1 parent c96dd9b commit d6cd4ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

# Android/Kotlin
android_gradle_plugin_version = "8.1.1"
androidx_ktx_version = "1.10.1"
kotlin_version = "1.9.0"
androidx_ktx_version = "1.12.0"
kotlin_version = "1.9.10"

# Plugins
ksp_version = "1.9.0-1.0.13"
ksp_version = "1.9.10-1.0.13"

# Compose
compose_compiler_version = "1.5.1"
compose_bom_version = "2023.08.00"
compose_compiler_version = "1.5.3"
compose_bom_version = "2023.09.01"
compose_activity_version = "1.7.2"
compose_color_picker_version = "0.7.0"
compose_shadows_plus_version = "1.0.2"
compose_shadows_plus_version = "1.0.3"

[plugins]

Expand Down
4 changes: 2 additions & 2 deletions plugins/src/main/java/ProjectConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion

object ProjectConfig {
const val versionCode = 1
const val versionName = "1.0.2"
const val versionName = "1.0.3"

const val namespace = "com.gigamole.composelevitation"
const val group = "com.github.GIGAMOLE"
Expand All @@ -14,7 +14,7 @@ object ProjectConfig {

const val compileSdk = 34
const val targetSdk = 34
const val minSdk = 24
const val minSdk = 21

val javaCompileVersion = JavaVersion.VERSION_17
private val javaCompileVersionText = javaCompileVersion.toString()
Expand Down

0 comments on commit d6cd4ef

Please sign in to comment.