Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* navigation = "2.8.4"
* paging = "3.3.4"
* composeBom = "2024.11.00"
* kotlinKsp = "2.0.21-1.0.28"
* desugar = "2.1.3"
  • Loading branch information
kroegerama committed Nov 23, 2024
1 parent 7837917 commit 45a678b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion androidx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ catalog {
version("swiperefresh", swiperefresh)
version("work", work)
version("camerax", camerax)
version("navigation", navigation)
version("viewpager2", viewpager2)

version("composeBom", composeBom)
Expand Down
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.8"
const val PROJECT_VERSION = "3.1.9"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"
Expand Down
10 changes: 5 additions & 5 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ object AndroidX {
val hilt = "1.2.0"
val lifecycle = "2.8.7"
val palette = "1.0.0"
val navigation = "2.8.3"
val paging = "3.3.2"
val navigation = "2.8.4"
val paging = "3.3.4"
val preference = "1.2.1"
val recyclerview = "1.3.2"
val recyclerviewSelection = "1.1.0"
Expand All @@ -25,17 +25,17 @@ object AndroidX {
val viewpager2 = "1.1.0"
val work = "2.10.0"

val composeBom = "2024.10.01"
val composeBom = "2024.11.00"
}

object Magic {
val kotlin = "2.0.21"
val kotlinKsp = "2.0.21-1.0.26"
val kotlinKsp = "2.0.21-1.0.28"
val kotlinxCoroutines = "1.9.0"
val kotlinxSerialization = "1.7.3"
val kotlinxDateTime = "0.6.1"

val desugar = "2.1.2"
val desugar = "2.1.3"

val dagger = "2.52"

Expand Down

0 comments on commit 45a678b

Please sign in to comment.