Skip to content

Commit

Permalink
bump destinations version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Nov 21, 2023
1 parent 11076a5 commit 236bb2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
const val junit = "4.13.2"
const val jvmTarget = "17"
const val konsist = "0.13.0"
const val kotlin = "1.9.10"
const val kotlin = "1.9.20"
const val kotlinCompilerExtensionVersion = "1.5.3"
const val kotlinx = "1.7.3"
const val leakCanary = "2.12"
Expand Down Expand Up @@ -39,8 +39,8 @@ object Versions {
}

object Compose {
const val destinations = "1.9.54"
const val base = "1.5.1"
const val destinations = "1.9.55"
const val base = "1.5.4"
const val constrainLayout = "1.0.1"
const val foundation = base
const val material3 = "1.1.1"
Expand All @@ -61,7 +61,7 @@ object Versions {
const val ktfmt = "0.13.0"
// Ksp version is linked with kotlin version, find matching release here:
// https://github.com/google/ksp/releases
const val ksp = "${kotlin}-1.0.13"
const val ksp = "${kotlin}-1.0.14"
}

object Koin {
Expand Down

0 comments on commit 236bb2a

Please sign in to comment.