Skip to content

Commit

Permalink
Bump Kotlin to 2.0.20, Room to 2.7.0-alpha07
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Aug 22, 2024
1 parent 1639c0f commit a7d5611
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 137 deletions.
11 changes: 6 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ androidCompileSdk = "34"
agp = "8.5.2"
androidx-collection = "1.4.3"
androidx-core = "1.13.1"
androidx-sqlite = "2.5.0-alpha06"
androidx-room = "2.7.0-alpha06"
androidx-sqlite = "2.5.0-alpha07"
androidx-room = "2.7.0-alpha07"
androidx-sqlite24 = "2.4.0"
androidx-room26 = "2.6.1"
androidx-test = "1.6.1"
androidx-test = "1.6.2"
androidx-test-core = "1.6.1"
atomicfu = "0.25.0"
arrow = "2.0.0-alpha.3"
assertk = "0.28.1"
Expand All @@ -27,7 +28,7 @@ kotlinx-binary-compatibility-validator = "0.16.2"
kotlinx-datetime = "0.6.0"
kotlinx-io ="0.5.2"
kermit = "2.0.4"
ksp = "2.0.20-RC-1.0.24"
ksp = "2.0.20-RC2-1.0.24"
mockk = "1.13.12"
spotless = "7.0.0.BETA1"
sqlite-wasm-binary = "0.3"
Expand All @@ -46,7 +47,7 @@ androidx-sqlite-sqlite = { group = "androidx.sqlite", name = "sqlite", version.r
androidx-sqlite-framework = { group = "androidx.sqlite", name = "sqlite-framework", version.ref = "androidx-sqlite" }
androidx-sqlite-bundled = { group = "androidx.sqlite", name = "sqlite-bundled", version.ref = "androidx-sqlite" }
androidx-sqlite-sqlite24 = { group = "androidx.sqlite", name = "sqlite", version.ref = "androidx-sqlite24" }
androidx-test-core = { group = "androidx.test", name = "core", version.ref = "androidx-test" }
androidx-test-core = { group = "androidx.test", name = "core", version.ref = "androidx-test-core" }
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-test" }
androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "androidx-test" }
arrow-core = { group = "io.arrow-kt", name = "arrow-core", version.ref = "arrow" }
Expand Down
Loading

0 comments on commit a7d5611

Please sign in to comment.