Commit 5941f94 1 parent 0b0ed11 commit 5941f94 Copy full SHA for 5941f94
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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 = " 2.2.2 "
10
+ const val PROJECT_VERSION = " 2.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 V {
2
2
3
3
object AndroidX {
4
- val activity = " 1.7.1 "
4
+ val activity = " 1.7.2 "
5
5
val appcompat = " 1.6.1"
6
6
val autofill = " 1.1.0"
7
7
val biometric = " 1.1.0"
@@ -41,12 +41,12 @@ object V {
41
41
val timber = " 5.0.1"
42
42
val logcat = " 0.1"
43
43
44
- val coil = " 2.3 .0"
44
+ val coil = " 2.4 .0"
45
45
val chucker = " 3.5.2"
46
46
}
47
47
48
48
object Plugins {
49
- val androidGradle = " 8.0.1 "
49
+ val androidGradle = " 8.0.2 "
50
50
}
51
51
52
52
}
You can’t perform that action at this time.
0 commit comments