Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
* activity = "1.9.0" (remove activity-ktx, which is now empty)
  https://developer.android.com/jetpack/androidx/releases/activity#1.9.0
* camerax = "1.3.3"
* core = "1.13.0"
* datastore = "1.1.0"
  • Loading branch information
kroegerama committed Apr 18, 2024
1 parent 3e574e4 commit bab7260
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion androidx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ catalog {

plugin("navigation-safeArgs", "androidx.navigation.safeargs.kotlin").versionRef("navigation")

library("activity", "androidx.activity", "activity-ktx").versionRef("activity")
library("activity", "androidx.activity", "activity").versionRef("activity")

library("appcompat", "androidx.appcompat", "appcompat").versionRef("appcompat")
library("autofill", "androidx.autofill", "autofill").versionRef("autofill")
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.0.12"
const val PROJECT_VERSION = "3.0.13"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
object AndroidX {
val activity = "1.8.2"
val activity = "1.9.0"
val appcompat = "1.6.1"
val autofill = "1.1.0"
val biometric = "1.1.0"
val browser = "1.8.0"
val camerax = "1.3.2"
val camerax = "1.3.3"
val constraintlayout = "2.1.4"
val core = "1.12.0"
val datastore = "1.0.0"
val core = "1.13.0"
val datastore = "1.1.0"
val exif = "1.3.7"
val fragment = "1.6.2"
val hilt = "1.2.0"
Expand Down

0 comments on commit bab7260

Please sign in to comment.