Commit 65fa3e4 1 parent caa58a7 commit 65fa3e4 Copy full SHA for 65fa3e4
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.2 "
10
+ const val PROJECT_VERSION = " 3.2.3 "
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.9.3 "
2
+ val activity = " 1.10.0 "
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
8
val constraintlayout = " 2.2.0"
9
9
val core = " 1.15.0"
10
- val datastore = " 1.1.1 "
10
+ val datastore = " 1.1.2 "
11
11
val documentfile = " 1.0.1"
12
12
val exif = " 1.3.7"
13
13
val fragment = " 1.8.5"
@@ -17,15 +17,15 @@ object AndroidX {
17
17
val navigation = " 2.8.5"
18
18
val paging = " 3.3.5"
19
19
val preference = " 1.2.1"
20
- val recyclerview = " 1.3.2 "
20
+ val recyclerview = " 1.4.0 "
21
21
val recyclerviewSelection = " 1.1.0"
22
22
val room = " 2.6.1"
23
23
val startup = " 1.2.0"
24
24
val swiperefresh = " 1.1.0"
25
25
val viewpager2 = " 1.1.0"
26
26
val work = " 2.10.0"
27
27
28
- val composeBom = " 2024.12.01 "
28
+ val composeBom = " 2025.01.00 "
29
29
}
30
30
31
31
object Magic {
You can’t perform that action at this time.
0 commit comments