Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* activity = "1.9.2"
* fragment = "1.8.3"
* lifecycle = "2.8.5"
* navigation = "2.8.0"
* composeBom = "2024.09.00"
* desugar = "2.1.2"
  • Loading branch information
kroegerama committed Sep 5, 2024
1 parent 85fffc4 commit bf8c032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.1.3"
const val PROJECT_VERSION = "3.1.4"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"
Expand Down
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object AndroidX {
val activity = "1.9.1"
val activity = "1.9.2"
val appcompat = "1.7.0"
val autofill = "1.1.0"
val biometric = "1.1.0"
Expand All @@ -10,11 +10,11 @@ object AndroidX {
val datastore = "1.1.1"
val documentfile = "1.0.1"
val exif = "1.3.7"
val fragment = "1.8.2"
val fragment = "1.8.3"
val hilt = "1.2.0"
val lifecycle = "2.8.4"
val lifecycle = "2.8.5"
val palette = "1.0.0"
val navigation = "2.7.7"
val navigation = "2.8.0"
val paging = "3.3.2"
val preference = "1.2.1"
val recyclerview = "1.3.2"
Expand All @@ -25,7 +25,7 @@ object AndroidX {
val viewpager2 = "1.1.0"
val work = "2.9.1"

val composeBom = "2024.08.00"
val composeBom = "2024.09.00"
}

object Magic {
Expand All @@ -35,7 +35,7 @@ object Magic {
val kotlinxSerialization = "1.7.2"
val kotlinxDateTime = "0.6.1"

val desugar = "2.1.1"
val desugar = "2.1.2"

val dagger = "2.52"

Expand Down

0 comments on commit bf8c032

Please sign in to comment.