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

Commit bd28b30

Browse files
fix(deps): update androidx (#2967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ea3db3 commit bd28b30

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
@@ -1,6 +1,6 @@
11
[versions]
22
agp = "8.3.1"
3-
androidxActivity = "1.9.0-alpha03"
3+
androidxActivity = "1.9.0-beta01"
44
bouncycastle = "1.77"
55
# @keep used for kotlinCompilerExtensionVersion
66
composeCompiler = "1.5.11-dev-k1.9.23-96ef9dc6af1"
@@ -23,7 +23,7 @@ androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2323
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
2424
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
2525
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
26-
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha10"
26+
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-beta01"
2727
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
2828
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
2929
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
@@ -50,7 +50,7 @@ build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
5050
build-r8 = "com.android.tools:r8:8.3.37"
5151
build-semver = "com.vdurmont:semver4j:3.1.0"
5252
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.1"
53-
compose-bom = "androidx.compose:compose-bom:2024.02.02"
53+
compose-bom = "androidx.compose:compose-bom:2024.03.00"
5454
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
5555
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
5656
compose-material3 = { module = "androidx.compose.material3:material3" }

0 commit comments

Comments
 (0)