Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* appcompat = "1.5.0"
* fragment = "1.5.2"
  • Loading branch information
kroegerama committed Aug 16, 2022
1 parent 3a4c862 commit 2a4955f
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.10"
const val PROJECT_VERSION = "2.0.11"
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 @@ -2,15 +2,15 @@ object V {

object AndroidX {
val activity = "1.5.1"
val appcompat = "1.4.2"
val appcompat = "1.5.0"
val autofill = "1.1.0"
val biometric = "1.1.0"
val browser = "1.4.0"
val constraintlayout = "2.1.4"
val core = "1.8.0"
val datastore = "1.0.0"
val exif = "1.3.3"
val fragment = "1.5.1"
val fragment = "1.5.2"
val hilt = "1.0.0"
val lifecycle = "2.5.1"
val navigation = "2.5.1"
Expand Down

0 comments on commit 2a4955f

Please sign in to comment.