Commit ea72986 1 parent 541e15f commit ea72986 Copy full SHA for ea72986
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object C {
7
7
const val PROJECT_NAME = " Magic Catalogs"
8
8
const val PROJECT_DESCRIPTION = " Dependency versions for modern android applications"
9
9
10
- const val PROJECT_VERSION = " 3.2.4 "
10
+ const val PROJECT_VERSION = " 3.2.5 "
11
11
const val PROJECT_GROUP_ID = " com.kroegerama.magic-catalogs"
12
12
13
13
const val PROJECT_URL = " https://github.com/kroegerama/magic-catalogs"
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ object AndroidX {
10
10
val datastore = " 1.1.2"
11
11
val documentfile = " 1.0.1"
12
12
val exif = " 1.3.7"
13
- val fragment = " 1.8.5 "
13
+ val fragment = " 1.8.6 "
14
14
val hilt = " 1.2.0"
15
15
val lifecycle = " 2.8.7"
16
+ val navigation = " 2.8.7"
17
+ val paging = " 3.3.6"
16
18
val palette = " 1.0.0"
17
- val navigation = " 2.8.6"
18
- val paging = " 3.3.5"
19
19
val preference = " 1.2.1"
20
20
val recyclerview = " 1.4.0"
21
21
val recyclerviewSelection = " 1.1.0"
@@ -25,15 +25,15 @@ object AndroidX {
25
25
val viewpager2 = " 1.1.0"
26
26
val work = " 2.10.0"
27
27
28
- val composeBom = " 2025.01.01 "
28
+ val composeBom = " 2025.02.00 "
29
29
}
30
30
31
31
object Magic {
32
32
val kotlin = " 2.1.10"
33
- val kotlinKsp = " 2.1.10-1.0.29 "
33
+ val kotlinKsp = " 2.1.10-1.0.30 "
34
34
val kotlinxCoroutines = " 1.10.1"
35
35
val kotlinxSerialization = " 1.8.0"
36
- val kotlinxDateTime = " 0.6.1 "
36
+ val kotlinxDateTime = " 0.6.2 "
37
37
val kotlinxImmutableCollections = " 0.3.8"
38
38
39
39
val desugar = " 2.1.4"
@@ -51,7 +51,7 @@ object Magic {
51
51
52
52
val coil = " 2.7.0"
53
53
val coil3 = " 3.1.0"
54
- val landscapist = " 2.4.6 "
54
+ val landscapist = " 2.4.7 "
55
55
val chucker = " 4.1.0"
56
56
57
57
val arrow = " 2.0.1"
@@ -60,5 +60,5 @@ object Magic {
60
60
val spotless = " 6.25.0"
61
61
val grgit = " 5.3.0"
62
62
63
- val androidGradle = " 8.8.0 "
63
+ val androidGradle = " 8.8.1 "
64
64
}
You can’t perform that action at this time.
0 commit comments