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

Commit 380e1d1

Browse files
fix(deps): update androidx (#2982)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b546d9 commit 380e1d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 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-beta01"
3+
androidxActivity = "1.9.0-rc01"
44
bouncycastle = "1.77"
55
# @keep used for kotlinCompilerExtensionVersion
66
composeCompiler = "1.5.11-dev-k1.9.23-96ef9dc6af1"
@@ -9,21 +9,21 @@ flowbinding = "1.2.0"
99
hilt = "2.51.1"
1010
kotlin = "1.9.23"
1111
kotlinResult = "2.0.0"
12-
lifecycle = "2.8.0-alpha03"
12+
lifecycle = "2.8.0-alpha04"
1313
moshi = "1.15.1"
1414

1515
[libraries]
1616
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.4"
1717
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
1818
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
19-
androidx-annotation = "androidx.annotation:annotation:1.8.0-alpha02"
19+
androidx-annotation = "androidx.annotation:annotation:1.8.0-beta01"
2020
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03"
2121
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
2222
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2323
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
24-
androidx-core-ktx = "androidx.core:core-ktx:1.13.0-beta01"
24+
androidx-core-ktx = "androidx.core:core-ktx:1.13.0-rc01"
2525
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
26-
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-beta01"
26+
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-rc01"
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" }
@@ -51,7 +51,7 @@ build-r8 = "com.android.tools:r8:8.4.6-dev"
5151
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
5252
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.4.0"
5353
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
54-
compose-bom = "androidx.compose:compose-bom:2024.03.00"
54+
compose-bom = "androidx.compose:compose-bom:2024.04.00"
5555
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
5656
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
5757
compose-material3 = { module = "androidx.compose.material3:material3" }

0 commit comments

Comments
 (0)