Commit 3a4c862 1 parent 1acbded commit 3a4c862 Copy full SHA for 3a4c862
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.0.9 "
10
+ const val PROJECT_VERSION = " 2.0.10 "
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 @@ -30,7 +30,7 @@ object V {
30
30
31
31
val desugar = " 1.1.6"
32
32
33
- val hilt = " 2.43"
33
+ val hilt = " 2.43.2 "
34
34
35
35
val moshi = " 1.13.0"
36
36
val okhttp = " 4.10.0"
@@ -46,7 +46,7 @@ object V {
46
46
}
47
47
48
48
object Plugins {
49
- val androidGradle = " 7.2.1 "
49
+ val androidGradle = " 7.2.2 "
50
50
}
51
51
52
52
}
You can’t perform that action at this time.
0 commit comments