aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-06-12 19:57:10 +0000
committerGitHub <noreply@github.com>2024-06-12 19:57:10 +0000
commit4e0d790536a7784db49c634ce2b390012cb54f36 (patch)
tree4950f5b1ca9704ddddc6852c92d1c43a391f969c /gradle
parent515ee5ca5be40b9844c63d3f21114b617816bb2a (diff)
fix(deps): update androidx (#3091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 3f63e205..40d3c380 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -7,7 +7,7 @@ flowbinding = "1.2.0"
hilt = "2.51.1"
kotlin = "2.0.0"
kotlinResult = "2.0.0"
-lifecycle = "2.8.1"
+lifecycle = "2.8.2"
moshi = "1.15.1"
[libraries]
@@ -21,7 +21,7 @@ androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
-androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.1"
+androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.0"
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
@@ -49,7 +49,7 @@ build-r8 = "com.android.tools:r8:8.4.6-dev"
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.7.1"
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
-compose-bom = "androidx.compose:compose-bom:2024.05.00"
+compose-bom = "androidx.compose:compose-bom:2024.06.00"
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
compose-material3 = { module = "androidx.compose.material3:material3" }