Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* browser = "1.8.0"
* camerax = "1.3.2"
* kotlin = "1.9.23"
* kotlinKsp = "1.9.23-1.0.19"
* dagger = "2.51.1"
* retrofit = "2.11.0"
* androidGradle = "8.3.1"
  • Loading branch information
kroegerama committed Apr 3, 2024
1 parent 2eb2ee3 commit ab98983
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.10"
const val PROJECT_VERSION = "3.0.11"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"
Expand Down
14 changes: 7 additions & 7 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object AndroidX {
val appcompat = "1.6.1"
val autofill = "1.1.0"
val biometric = "1.1.0"
val browser = "1.7.0"
val camerax = "1.3.1"
val browser = "1.8.0"
val camerax = "1.3.2"
val constraintlayout = "2.1.4"
val core = "1.12.0"
val datastore = "1.0.0"
Expand All @@ -24,19 +24,19 @@ object AndroidX {
}

object Magic {
val kotlin = "1.9.22"
val kotlinKsp = "1.9.22-1.0.18"
val kotlin = "1.9.23"
val kotlinKsp = "1.9.23-1.0.19"
val kotlinxCoroutines = "1.8.0"
val kotlinxSerialization = "1.6.3"
val kotlinxDateTime = "0.5.0"

val desugar = "2.0.4"

val dagger = "2.51"
val dagger = "2.51.1"

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

val material = "1.11.0"

Expand All @@ -52,5 +52,5 @@ object Magic {
val spotless = "6.19.0"
val grgit = "5.2.2"

val androidGradle = "8.3.0"
val androidGradle = "8.3.1"
}

0 comments on commit ab98983

Please sign in to comment.