Skip to content

Commit

Permalink
[#513] Upgrade to Gradle 8.1.2, Kotlin 1.9.10, Compose BOM 2023.09.02…
Browse files Browse the repository at this point in the history
…, and SDK 34
  • Loading branch information
luongvo committed Oct 2, 2023
1 parent 799ed77 commit d49e49f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions template-compose/buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {
const val ANDROID_COMPILE_SDK = 33
const val ANDROID_COMPILE_SDK = 34
const val ANDROID_MIN_SDK = 24
const val ANDROID_TARGET_SDK = 33
const val ANDROID_TARGET_SDK = 34

const val ANDROID_VERSION_CODE = 1
const val ANDROID_VERSION_NAME = "1.0.0"
Expand All @@ -10,25 +10,25 @@ object Versions {

const val CHUCKER = "3.5.2"
const val COMMON_KTX = "0.1.1"
const val COMPOSE_BOM = "2023.04.01"
const val COMPOSE_COMPILER = "1.4.7"
const val COMPOSE_BOM = "2023.09.02"
const val COMPOSE_COMPILER = "1.5.3"
const val COMPOSE_NAVIGATION = "2.5.3"
const val CORE = "1.4.0"
const val CORE_KTX = "1.10.1"

const val DATASTORE_PREFERENCES = "1.0.0"
const val DETEKT = "1.21.0"

const val GRADLE = "8.1.0"
const val GRADLE = "8.1.2"

const val HILT = "2.44"
const val HILT = "2.48"
const val HILT_NAVIGATION_COMPOSE = "1.0.0"

const val JAVAX_INJECT = "1"
const val JUNIT = "4.13.2"

const val KOTEST = "5.6.2"
const val KOTLIN = "1.8.21"
const val KOTLIN = "1.9.10"
const val KOTLIN_COROUTINES = "1.7.1"
const val KOVER = "0.7.3"

Expand Down

0 comments on commit d49e49f

Please sign in to comment.