Commit 7837917 1 parent 9cba17a commit 7837917 Copy full SHA for 7837917
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.1.7 "
10
+ const val PROJECT_VERSION = " 3.1.8 "
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 @@ -4,15 +4,15 @@ object AndroidX {
4
4
val autofill = " 1.1.0"
5
5
val biometric = " 1.1.0"
6
6
val browser = " 1.8.0"
7
- val camerax = " 1.3.4 "
8
- val constraintlayout = " 2.1.4 "
9
- val core = " 1.13.1 "
7
+ val camerax = " 1.4.0 "
8
+ val constraintlayout = " 2.2.0 "
9
+ val core = " 1.15.0 "
10
10
val datastore = " 1.1.1"
11
11
val documentfile = " 1.0.1"
12
12
val exif = " 1.3.7"
13
- val fragment = " 1.8.4 "
13
+ val fragment = " 1.8.5 "
14
14
val hilt = " 1.2.0"
15
- val lifecycle = " 2.8.6 "
15
+ val lifecycle = " 2.8.7 "
16
16
val palette = " 1.0.0"
17
17
val navigation = " 2.8.3"
18
18
val paging = " 3.3.2"
@@ -23,14 +23,14 @@ object AndroidX {
23
23
val startup = " 1.2.0"
24
24
val swiperefresh = " 1.1.0"
25
25
val viewpager2 = " 1.1.0"
26
- val work = " 2.9.1 "
26
+ val work = " 2.10.0 "
27
27
28
- val composeBom = " 2024.10.00 "
28
+ val composeBom = " 2024.10.01 "
29
29
}
30
30
31
31
object Magic {
32
32
val kotlin = " 2.0.21"
33
- val kotlinKsp = " 2.0.21-1.0.25 "
33
+ val kotlinKsp = " 2.0.21-1.0.26 "
34
34
val kotlinxCoroutines = " 1.9.0"
35
35
val kotlinxSerialization = " 1.7.3"
36
36
val kotlinxDateTime = " 0.6.1"
@@ -57,5 +57,5 @@ object Magic {
57
57
val spotless = " 6.25.0"
58
58
val grgit = " 5.3.0"
59
59
60
- val androidGradle = " 8.7.1 "
60
+ val androidGradle = " 8.7.2 "
61
61
}
You can’t perform that action at this time.
0 commit comments