Skip to content

Commit 3a4c862

Browse files
committed
update libraries
* hilt = "2.43.2" * androidGradle = "7.2.2"
1 parent 1acbded commit 3a4c862

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0.9"
10+
const val PROJECT_VERSION = "2.0.10"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object V {
3030

3131
val desugar = "1.1.6"
3232

33-
val hilt = "2.43"
33+
val hilt = "2.43.2"
3434

3535
val moshi = "1.13.0"
3636
val okhttp = "4.10.0"
@@ -46,7 +46,7 @@ object V {
4646
}
4747

4848
object Plugins {
49-
val androidGradle = "7.2.1"
49+
val androidGradle = "7.2.2"
5050
}
5151

5252
}

0 commit comments

Comments
 (0)