chore(deps): upgrade AndroidX to current alpha
This commit is contained in:
parent
bfd51efca4
commit
57eea035ca
1 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
|||
[versions]
|
||||
agp = "8.2.0-alpha12"
|
||||
androidxActivity = "1.7.2"
|
||||
androidxActivity = "1.8.0-alpha06"
|
||||
bouncycastle = "1.75"
|
||||
moshi = "1.15.0"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f"
|
||||
coroutines = "1.7.2"
|
||||
|
@ -16,21 +17,21 @@ lifecycle = "2.6.1"
|
|||
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3"
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
||||
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
|
||||
androidx-annotation = "androidx.annotation:annotation:1.6.0"
|
||||
androidx-annotation = "androidx.annotation:annotation:1.7.0-alpha02"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha02"
|
||||
androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
|
||||
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-alpha10"
|
||||
androidx-core-ktx = "androidx.core:core-ktx:1.10.1"
|
||||
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
|
||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.0"
|
||||
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha01"
|
||||
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" }
|
||||
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
||||
androidx-material = "com.google.android.material:material:1.9.0"
|
||||
androidx-preference = "androidx.preference:preference:1.2.0"
|
||||
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0"
|
||||
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.1-rc01"
|
||||
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
|
||||
androidx-security = "androidx.security:security-crypto-ktx:1.1.0-alpha06"
|
||||
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
||||
|
@ -43,8 +44,8 @@ build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.r
|
|||
build-ktfmt = "com.facebook:ktfmt:0.44"
|
||||
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3"
|
||||
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3"
|
||||
build-moshi = "com.squareup.moshi:moshi:1.15.0"
|
||||
build-moshi-kotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
|
||||
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
||||
build-moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
|
||||
build-okhttp = "com.squareup.okhttp3:okhttp:4.11.0"
|
||||
build-r8 = "com.android.tools:r8:8.2.7-dev"
|
||||
build-semver = "com.vdurmont:semver4j:3.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue