Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* activity = "1.6.0"
* fragment = "1.5.3"
* hilt = "2.44"
  • Loading branch information
kroegerama committed Sep 26, 2022
1 parent 3835e22 commit c2b18c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.13"
const val PROJECT_VERSION = "2.0.14"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

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

object AndroidX {
val activity = "1.5.1"
val activity = "1.6.0"
val appcompat = "1.5.1"
val autofill = "1.1.0"
val biometric = "1.1.0"
Expand All @@ -10,7 +10,7 @@ object V {
val core = "1.9.0"
val datastore = "1.0.0"
val exif = "1.3.3"
val fragment = "1.5.2"
val fragment = "1.5.3"
val hilt = "1.0.0"
val lifecycle = "2.5.1"
val navigation = "2.5.2"
Expand All @@ -30,7 +30,7 @@ object V {

val desugar = "1.2.2"

val hilt = "2.43.2"
val hilt = "2.44"

val moshi = "1.14.0"
val okhttp = "4.10.0"
Expand Down

0 comments on commit c2b18c0

Please sign in to comment.