From ab98983abf7a94c8b9cc59824f1d96598ed916fd Mon Sep 17 00:00:00 2001 From: kroegerama <1519044+kroegerama@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:06:13 +0200 Subject: [PATCH] update libraries * 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" --- buildSrc/src/main/kotlin/Constants.kt | 2 +- buildSrc/src/main/kotlin/Versions.kt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 6a68d49..9520f8c 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -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" diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 93171b3..d219d1f 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -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" @@ -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" @@ -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" }