Skip to content

Commit 65fa3e4

Browse files
committed
update libraries
* activity = "1.10.0" * datastore = "1.1.2" * recyclerview = "1.4.0" * composeBom = "2025.01.00"
1 parent caa58a7 commit 65fa3e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.2"
10+
const val PROJECT_VERSION = "3.2.3"
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
object AndroidX {
2-
val activity = "1.9.3"
2+
val activity = "1.10.0"
33
val appcompat = "1.7.0"
44
val autofill = "1.1.0"
55
val biometric = "1.1.0"
66
val browser = "1.8.0"
77
val camerax = "1.4.1"
88
val constraintlayout = "2.2.0"
99
val core = "1.15.0"
10-
val datastore = "1.1.1"
10+
val datastore = "1.1.2"
1111
val documentfile = "1.0.1"
1212
val exif = "1.3.7"
1313
val fragment = "1.8.5"
@@ -17,15 +17,15 @@ object AndroidX {
1717
val navigation = "2.8.5"
1818
val paging = "3.3.5"
1919
val preference = "1.2.1"
20-
val recyclerview = "1.3.2"
20+
val recyclerview = "1.4.0"
2121
val recyclerviewSelection = "1.1.0"
2222
val room = "2.6.1"
2323
val startup = "1.2.0"
2424
val swiperefresh = "1.1.0"
2525
val viewpager2 = "1.1.0"
2626
val work = "2.10.0"
2727

28-
val composeBom = "2024.12.01"
28+
val composeBom = "2025.01.00"
2929
}
3030

3131
object Magic {

0 commit comments

Comments
 (0)