Skip to content

Commit 541e15f

Browse files
committed
update libraries
+ add `navigation-runtime` * navigation = "2.8.6" * composeBom = "2025.01.01" * kotlin = "2.1.10" * kotlinKsp = "2.1.10-1.0.29" * coil3 = "3.1.0" * arrow = "2.0.1"
1 parent aafc5ea commit 541e15f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

androidx/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ catalog {
7777
library("lifecycle-viewmodel-compose", "androidx.lifecycle", "lifecycle-viewmodel-compose").versionRef("lifecycle")
7878
library("lifecycle-runtime-compose", "androidx.lifecycle", "lifecycle-runtime-compose").versionRef("lifecycle")
7979

80+
library("navigation-runtime", "androidx.navigation", "navigation-runtime").versionRef("navigation")
8081
library("navigation-common", "androidx.navigation", "navigation-common").versionRef("navigation")
8182
library("navigation-fragment", "androidx.navigation", "navigation-fragment-ktx").versionRef("navigation")
8283
library("navigation-ui", "androidx.navigation", "navigation-ui-ktx").versionRef("navigation")

buildSrc/src/main/kotlin/Constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object C {
77
const val PROJECT_NAME = "Magic Catalogs"
88
const val PROJECT_DESCRIPTION = "Dependency versions for modern android applications"
99

10-
const val PROJECT_VERSION = "3.2.3"
10+
const val PROJECT_VERSION = "3.2.4"
1111
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"
1212

1313
const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"

buildSrc/src/main/kotlin/Versions.kt

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object AndroidX {
1414
val hilt = "1.2.0"
1515
val lifecycle = "2.8.7"
1616
val palette = "1.0.0"
17-
val navigation = "2.8.5"
17+
val navigation = "2.8.6"
1818
val paging = "3.3.5"
1919
val preference = "1.2.1"
2020
val recyclerview = "1.4.0"
@@ -25,12 +25,12 @@ object AndroidX {
2525
val viewpager2 = "1.1.0"
2626
val work = "2.10.0"
2727

28-
val composeBom = "2025.01.00"
28+
val composeBom = "2025.01.01"
2929
}
3030

3131
object Magic {
32-
val kotlin = "2.1.0"
33-
val kotlinKsp = "2.1.0-1.0.29"
32+
val kotlin = "2.1.10"
33+
val kotlinKsp = "2.1.10-1.0.29"
3434
val kotlinxCoroutines = "1.10.1"
3535
val kotlinxSerialization = "1.8.0"
3636
val kotlinxDateTime = "0.6.1"
@@ -50,11 +50,11 @@ object Magic {
5050
val logcat = "0.1"
5151

5252
val coil = "2.7.0"
53-
val coil3 = "3.0.4"
53+
val coil3 = "3.1.0"
5454
val landscapist = "2.4.6"
5555
val chucker = "4.1.0"
5656

57-
val arrow = "2.0.0"
57+
val arrow = "2.0.1"
5858
val zxing = "3.5.3"
5959

6060
val spotless = "6.25.0"

0 commit comments

Comments
 (0)