Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* hilt = "2.43.2"
* androidGradle = "7.2.2"
  • Loading branch information
kroegerama committed Aug 5, 2022
1 parent 1acbded commit 3a4c862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object C {
const val PROJECT_NAME = "Magic Catalogs"
const val PROJECT_DESCRIPTION = "Dependency versions for modern android applications"

const val PROJECT_VERSION = "2.0.9"
const val PROJECT_VERSION = "2.0.10"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object V {

val desugar = "1.1.6"

val hilt = "2.43"
val hilt = "2.43.2"

val moshi = "1.13.0"
val okhttp = "4.10.0"
Expand All @@ -46,7 +46,7 @@ object V {
}

object Plugins {
val androidGradle = "7.2.1"
val androidGradle = "7.2.2"
}

}

0 comments on commit 3a4c862

Please sign in to comment.