fix(deps): update androidx (#2710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
303119e7e9
commit
3ca3fbc1b8
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "8.3.0-alpha06"
|
agp = "8.3.0-alpha06"
|
||||||
androidxActivity = "1.8.0-rc01"
|
androidxActivity = "1.8.0"
|
||||||
bouncycastle = "1.76"
|
bouncycastle = "1.76"
|
||||||
moshi = "1.15.0"
|
moshi = "1.15.0"
|
||||||
# @keep used for kotlinCompilerExtensionVersion
|
# @keep used for kotlinCompilerExtensionVersion
|
||||||
|
@ -21,10 +21,10 @@ androidx-annotation = "androidx.annotation:annotation:1.7.0"
|
||||||
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03"
|
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha03"
|
||||||
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
|
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
|
||||||
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||||
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha12"
|
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
|
||||||
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
|
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
|
||||||
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
|
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
|
||||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha05"
|
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha06"
|
||||||
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
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-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
||||||
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||||
|
@ -53,7 +53,7 @@ build-semver = "com.vdurmont:semver4j:3.1.0"
|
||||||
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.13.0"
|
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.13.0"
|
||||||
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.1"
|
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.1"
|
||||||
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.48.0"
|
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.48.0"
|
||||||
compose-bom = "androidx.compose:compose-bom:2023.09.02"
|
compose-bom = "androidx.compose:compose-bom:2023.10.00"
|
||||||
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
|
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
|
||||||
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
|
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
|
||||||
compose-material3 = { module = "androidx.compose.material3:material3" }
|
compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||||
|
|
Loading…
Reference in a new issue