Skip to content

Commit ea72986

Browse files
committed
update libraries
* fragment = "1.8.6" * navigation = "2.8.7" * paging = "3.3.6" * composeBom = "2025.02.00" * kotlinKsp = "2.1.10-1.0.30" * kotlinxDateTime = "0.6.2" * landscapist = "2.4.7" * androidGradle = "8.8.1"
1 parent 541e15f commit ea72986

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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.4"
10+
const val PROJECT_VERSION = "3.2.5"
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

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ object AndroidX {
1010
val datastore = "1.1.2"
1111
val documentfile = "1.0.1"
1212
val exif = "1.3.7"
13-
val fragment = "1.8.5"
13+
val fragment = "1.8.6"
1414
val hilt = "1.2.0"
1515
val lifecycle = "2.8.7"
16+
val navigation = "2.8.7"
17+
val paging = "3.3.6"
1618
val palette = "1.0.0"
17-
val navigation = "2.8.6"
18-
val paging = "3.3.5"
1919
val preference = "1.2.1"
2020
val recyclerview = "1.4.0"
2121
val recyclerviewSelection = "1.1.0"
@@ -25,15 +25,15 @@ object AndroidX {
2525
val viewpager2 = "1.1.0"
2626
val work = "2.10.0"
2727

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

3131
object Magic {
3232
val kotlin = "2.1.10"
33-
val kotlinKsp = "2.1.10-1.0.29"
33+
val kotlinKsp = "2.1.10-1.0.30"
3434
val kotlinxCoroutines = "1.10.1"
3535
val kotlinxSerialization = "1.8.0"
36-
val kotlinxDateTime = "0.6.1"
36+
val kotlinxDateTime = "0.6.2"
3737
val kotlinxImmutableCollections = "0.3.8"
3838

3939
val desugar = "2.1.4"
@@ -51,7 +51,7 @@ object Magic {
5151

5252
val coil = "2.7.0"
5353
val coil3 = "3.1.0"
54-
val landscapist = "2.4.6"
54+
val landscapist = "2.4.7"
5555
val chucker = "4.1.0"
5656

5757
val arrow = "2.0.1"
@@ -60,5 +60,5 @@ object Magic {
6060
val spotless = "6.25.0"
6161
val grgit = "5.3.0"
6262

63-
val androidGradle = "8.8.0"
63+
val androidGradle = "8.8.1"
6464
}

0 commit comments

Comments
 (0)