Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* lifecycle = "2.6.0"
* recycler = "1.3.0"
  • Loading branch information
kroegerama committed Mar 17, 2023
1 parent f997066 commit 5998190
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.1.1"
const val PROJECT_VERSION = "2.1.2"
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 @@ -12,11 +12,11 @@ object V {
val exif = "1.3.6"
val fragment = "1.5.5"
val hilt = "1.0.0"
val lifecycle = "2.5.1"
val lifecycle = "2.6.0"
val navigation = "2.5.3"
val paging = "3.1.1"
val preference = "1.2.0"
val recycler = "1.2.1"
val recycler = "1.3.0"
val room = "2.5.0"
val swiperefresh = "1.1.0"
val work = "2.8.0"
Expand Down

0 comments on commit 5998190

Please sign in to comment.