Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* lifecycle = "2.7.0"
* kotlinKsp = "1.9.22-1.0.17"
* moshi = "1.15.1"
* zxing = "3.5.3"
* androidGradle = "8.2.2"
  • Loading branch information
kroegerama committed Jan 31, 2024
1 parent c34f243 commit 4268eae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6"
const val PROJECT_VERSION = "3.0.7"
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 @@ -11,7 +11,7 @@ object AndroidX {
val exif = "1.3.7"
val fragment = "1.6.2"
val hilt = "1.1.0"
val lifecycle = "2.6.2"
val lifecycle = "2.7.0"
val navigation = "2.7.6"
val paging = "3.2.1"
val preference = "1.2.1"
Expand All @@ -25,7 +25,7 @@ object AndroidX {

object Magic {
val kotlin = "1.9.22"
val kotlinKsp = "1.9.22-1.0.16"
val kotlinKsp = "1.9.22-1.0.17"
val kotlinxCoroutines = "1.7.3"
val kotlinxSerialization = "1.6.2"
val kotlinxDateTime = "0.5.0"
Expand All @@ -34,7 +34,7 @@ object Magic {

val dagger = "2.50"

val moshi = "1.15.0"
val moshi = "1.15.1"
val okhttp = "4.12.0"
val retrofit = "2.9.0"

Expand All @@ -47,10 +47,10 @@ object Magic {
val chucker = "4.0.0"

val arrow = "1.2.1"
val zxing = "3.5.2"
val zxing = "3.5.3"

val spotless = "6.19.0"
val grgit = "5.2.1"

val androidGradle = "8.2.1"
val androidGradle = "8.2.2"
}

0 comments on commit 4268eae

Please sign in to comment.