aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-08 11:28:55 +0530
committerGitHub <noreply@github.com>2024-02-08 05:58:55 +0000
commitbf13a2e00def2009da2b70818755ca0a8804dd97 (patch)
tree6d1863b5c6ca0f0464f8b3aabdad841d406085c0 /gradle
parent67c6ba807764a3511b8b4d2589c239b09ef45ab7 (diff)
fix(deps): update androidx (#2895)
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 0a422b48..8ed346bd 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -2,7 +2,7 @@
# Not using alpha track due to installRelease regression
# https://issuetracker.google.com/issues/315337463
agp = "8.2.0"
-androidxActivity = "1.9.0-alpha02"
+androidxActivity = "1.9.0-alpha03"
bouncycastle = "1.77"
# @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.5.9"
@@ -25,7 +25,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.12.0"
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
-androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha09"
+androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha10"
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" }
@@ -52,7 +52,7 @@ build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
build-r8 = "com.android.tools:r8:8.2.42"
build-semver = "com.vdurmont:semver4j:3.1.0"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.2.0"
-compose-bom = "androidx.compose:compose-bom:2024.01.00"
+compose-bom = "androidx.compose:compose-bom:2024.02.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" }