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

Commit 57eea03

Browse files
committed
chore(deps): upgrade AndroidX to current alpha
1 parent bfd51ef commit 57eea03

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[versions]
22
agp = "8.2.0-alpha12"
3-
androidxActivity = "1.7.2"
3+
androidxActivity = "1.8.0-alpha06"
44
bouncycastle = "1.75"
5+
moshi = "1.15.0"
56
# @keep used for kotlinCompilerExtensionVersion
67
composeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f"
78
coroutines = "1.7.2"
@@ -16,21 +17,21 @@ lifecycle = "2.6.1"
1617
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3"
1718
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
1819
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
19-
androidx-annotation = "androidx.annotation:annotation:1.6.0"
20+
androidx-annotation = "androidx.annotation:annotation:1.7.0-alpha02"
2021
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0-alpha02"
21-
androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
22+
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
2223
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
2324
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha10"
2425
androidx-core-ktx = "androidx.core:core-ktx:1.10.1"
2526
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
26-
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.0"
27+
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.7.0-alpha01"
2728
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
2829
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
2930
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
3031
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
3132
androidx-material = "com.google.android.material:material:1.9.0"
3233
androidx-preference = "androidx.preference:preference:1.2.0"
33-
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0"
34+
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.1-rc01"
3435
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
3536
androidx-security = "androidx.security:security-crypto-ktx:1.1.0-alpha06"
3637
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
@@ -43,8 +44,8 @@ build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.r
4344
build-ktfmt = "com.facebook:ktfmt:0.44"
4445
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3"
4546
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3"
46-
build-moshi = "com.squareup.moshi:moshi:1.15.0"
47-
build-moshi-kotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
47+
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
48+
build-moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
4849
build-okhttp = "com.squareup.okhttp3:okhttp:4.11.0"
4950
build-r8 = "com.android.tools:r8:8.2.7-dev"
5051
build-semver = "com.vdurmont:semver4j:3.1.0"

0 commit comments

Comments
 (0)