Skip to content

Commit 5941f94

Browse files
committed
update libraries
* activity = "1.7.2" * coil = "2.4.0" * androidGradle = "8.0.2"
1 parent 0b0ed11 commit 5941f94

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object V {
22

33
object AndroidX {
4-
val activity = "1.7.1"
4+
val activity = "1.7.2"
55
val appcompat = "1.6.1"
66
val autofill = "1.1.0"
77
val biometric = "1.1.0"
@@ -41,12 +41,12 @@ object V {
4141
val timber = "5.0.1"
4242
val logcat = "0.1"
4343

44-
val coil = "2.3.0"
44+
val coil = "2.4.0"
4545
val chucker = "3.5.2"
4646
}
4747

4848
object Plugins {
49-
val androidGradle = "8.0.1"
49+
val androidGradle = "8.0.2"
5050
}
5151

5252
}

0 commit comments

Comments
 (0)