Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4e0d790

Browse files
fix(deps): update androidx (#3091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 515ee5c commit 4e0d790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ flowbinding = "1.2.0"
77
hilt = "2.51.1"
88
kotlin = "2.0.0"
99
kotlinResult = "2.0.0"
10-
lifecycle = "2.8.1"
10+
lifecycle = "2.8.2"
1111
moshi = "1.15.1"
1212

1313
[libraries]
@@ -21,7 +21,7 @@ androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2121
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
2222
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
2323
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
24-
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.1"
24+
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.0"
2525
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
2626
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
2727
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"
4949
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
5050
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.7.1"
5151
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
52-
compose-bom = "androidx.compose:compose-bom:2024.05.00"
52+
compose-bom = "androidx.compose:compose-bom:2024.06.00"
5353
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
5454
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
5555
compose-material3 = { module = "androidx.compose.material3:material3" }

0 commit comments

Comments
 (0)