Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* core = "1.13.1"
* datastore = "1.1.1"
* fragment = "1.7.0"
* androidGradle = "8.4.0"
  • Loading branch information
kroegerama committed May 2, 2024
1 parent bab7260 commit c91253c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "3.0.13"
const val PROJECT_VERSION = "3.0.14"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ object AndroidX {
val browser = "1.8.0"
val camerax = "1.3.3"
val constraintlayout = "2.1.4"
val core = "1.13.0"
val datastore = "1.1.0"
val core = "1.13.1"
val datastore = "1.1.1"
val exif = "1.3.7"
val fragment = "1.6.2"
val fragment = "1.7.0"
val hilt = "1.2.0"
val lifecycle = "2.7.0"
val navigation = "2.7.7"
Expand Down Expand Up @@ -52,5 +52,5 @@ object Magic {
val spotless = "6.19.0"
val grgit = "5.2.2"

val androidGradle = "8.3.2"
val androidGradle = "8.4.0"
}

0 comments on commit c91253c

Please sign in to comment.