Skip to content

Commit 6b6e549

Browse files
committed
update libraries
* activity = "1.10.1" * constraintlayout = "2.2.1" * datastore = "1.1.3" * exif = "1.4.0" * navigation = "2.8.8" * kotlinKsp = "2.1.10-1.0.31" * desugar = "2.1.5" * spotless = "7.0.2" * androidGradle = "8.9.0"
1 parent b68931a commit 6b6e549

File tree

2 files changed

+10
-10
lines changed

2 files changed

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
object AndroidX {
2-
val activity = "1.10.0"
2+
val activity = "1.10.1"
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"
8-
val constraintlayout = "2.2.0"
8+
val constraintlayout = "2.2.1"
99
val core = "1.15.0"
10-
val datastore = "1.1.2"
10+
val datastore = "1.1.3"
1111
val documentfile = "1.0.1"
12-
val exif = "1.3.7"
12+
val exif = "1.4.0"
1313
val fragment = "1.8.6"
1414
val hilt = "1.2.0"
1515
val lifecycle = "2.8.7"
16-
val navigation = "2.8.7"
16+
val navigation = "2.8.8"
1717
val paging = "3.3.6"
1818
val palette = "1.0.0"
1919
val preference = "1.2.1"
@@ -30,13 +30,13 @@ object AndroidX {
3030

3131
object Magic {
3232
val kotlin = "2.1.10"
33-
val kotlinKsp = "2.1.10-1.0.30"
33+
val kotlinKsp = "2.1.10-1.0.31"
3434
val kotlinxCoroutines = "1.10.1"
3535
val kotlinxSerialization = "1.8.0"
3636
val kotlinxDateTime = "0.6.2"
3737
val kotlinxImmutableCollections = "0.3.8"
3838

39-
val desugar = "2.1.4"
39+
val desugar = "2.1.5"
4040

4141
val dagger = "2.55"
4242

@@ -57,8 +57,8 @@ object Magic {
5757
val arrow = "2.0.1"
5858
val zxing = "3.5.3"
5959

60-
val spotless = "6.25.0"
60+
val spotless = "7.0.2"
6161
val grgit = "5.3.0"
6262

63-
val androidGradle = "8.8.1"
63+
val androidGradle = "8.9.0"
6464
}

0 commit comments

Comments
 (0)