Commit 6b6e549 1 parent b68931a commit 6b6e549 Copy full SHA for 6b6e549
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
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.5 "
10
+ const val PROJECT_VERSION = " 3.2.6 "
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 1
1
object AndroidX {
2
- val activity = " 1.10.0 "
2
+ val activity = " 1.10.1 "
3
3
val appcompat = " 1.7.0"
4
4
val autofill = " 1.1.0"
5
5
val biometric = " 1.1.0"
6
6
val browser = " 1.8.0"
7
7
val camerax = " 1.4.1"
8
- val constraintlayout = " 2.2.0 "
8
+ val constraintlayout = " 2.2.1 "
9
9
val core = " 1.15.0"
10
- val datastore = " 1.1.2 "
10
+ val datastore = " 1.1.3 "
11
11
val documentfile = " 1.0.1"
12
- val exif = " 1.3.7 "
12
+ val exif = " 1.4.0 "
13
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 "
16
+ val navigation = " 2.8.8 "
17
17
val paging = " 3.3.6"
18
18
val palette = " 1.0.0"
19
19
val preference = " 1.2.1"
@@ -30,13 +30,13 @@ object AndroidX {
30
30
31
31
object Magic {
32
32
val kotlin = " 2.1.10"
33
- val kotlinKsp = " 2.1.10-1.0.30 "
33
+ val kotlinKsp = " 2.1.10-1.0.31 "
34
34
val kotlinxCoroutines = " 1.10.1"
35
35
val kotlinxSerialization = " 1.8.0"
36
36
val kotlinxDateTime = " 0.6.2"
37
37
val kotlinxImmutableCollections = " 0.3.8"
38
38
39
- val desugar = " 2.1.4 "
39
+ val desugar = " 2.1.5 "
40
40
41
41
val dagger = " 2.55"
42
42
@@ -57,8 +57,8 @@ object Magic {
57
57
val arrow = " 2.0.1"
58
58
val zxing = " 3.5.3"
59
59
60
- val spotless = " 6.25.0 "
60
+ val spotless = " 7.0.2 "
61
61
val grgit = " 5.3.0"
62
62
63
- val androidGradle = " 8.8.1 "
63
+ val androidGradle = " 8.9.0 "
64
64
}
You can’t perform that action at this time.
0 commit comments