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

Commit bf13a2e

Browse files
fix(deps): update androidx (#2895)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67c6ba8 commit bf13a2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Not using alpha track due to installRelease regression
33
# https://issuetracker.google.com/issues/315337463
44
agp = "8.2.0"
5-
androidxActivity = "1.9.0-alpha02"
5+
androidxActivity = "1.9.0-alpha03"
66
bouncycastle = "1.77"
77
# @keep used for kotlinCompilerExtensionVersion
88
composeCompiler = "1.5.9"
@@ -25,7 +25,7 @@ androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2525
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
2626
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
2727
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
28-
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha09"
28+
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha10"
2929
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
3030
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
3131
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
@@ -52,7 +52,7 @@ build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
5252
build-r8 = "com.android.tools:r8:8.2.42"
5353
build-semver = "com.vdurmont:semver4j:3.1.0"
5454
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.2.0"
55-
compose-bom = "androidx.compose:compose-bom:2024.01.00"
55+
compose-bom = "androidx.compose:compose-bom:2024.02.00"
5656
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
5757
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
5858
compose-material3 = { module = "androidx.compose.material3:material3" }

0 commit comments

Comments
 (0)