aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-04 04:04:34 +0530
committerGitHub <noreply@github.com>2024-04-03 22:34:34 +0000
commit380e1d14a10c6d6658d71a2f4e8cad5281eab0af (patch)
tree9f404ee2010b30c16f2b674118702eed3fb67d5c /gradle
parent7b546d9bd428c376fc8238e8e97baa43bd0ad9b6 (diff)
fix(deps): update androidx (#2982)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 279b835b..8b2b9699 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
agp = "8.3.1"
-androidxActivity = "1.9.0-beta01"
+androidxActivity = "1.9.0-rc01"
bouncycastle = "1.77"
# @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.5.11-dev-k1.9.23-96ef9dc6af1"
@@ -9,21 +9,21 @@ flowbinding = "1.2.0"
hilt = "2.51.1"
kotlin = "1.9.23"
kotlinResult = "2.0.0"
-lifecycle = "2.8.0-alpha03"
+lifecycle = "2.8.0-alpha04"
moshi = "1.15.1"
[libraries]
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.4"
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
-androidx-annotation = "androidx.annotation:annotation:1.8.0-alpha02"
+androidx-annotation = "androidx.annotation:annotation:1.8.0-beta01"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03"
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
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.0-beta01"
+androidx-core-ktx = "androidx.core:core-ktx:1.13.0-rc01"
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
-androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-beta01"
+androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-rc01"
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" }
@@ -51,7 +51,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.4.0"
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
-compose-bom = "androidx.compose:compose-bom:2024.03.00"
+compose-bom = "androidx.compose:compose-bom:2024.04.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" }