1
1
[versions ]
2
2
agp = " 8.2.0-alpha12"
3
- androidxActivity = " 1.7.2 "
3
+ androidxActivity = " 1.8.0-alpha06 "
4
4
bouncycastle = " 1.75"
5
+ moshi = " 1.15.0"
5
6
# @keep used for kotlinCompilerExtensionVersion
6
7
composeCompiler = " 1.5.0-dev-k1.9.0-6a60475e07f"
7
8
coroutines = " 1.7.2"
@@ -16,21 +17,21 @@ lifecycle = "2.6.1"
16
17
android-desugarJdkLibs = " com.android.tools:desugar_jdk_libs:2.0.3"
17
18
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
18
19
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 "
20
21
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 "
22
23
androidx-biometricKtx = " androidx.biometric:biometric-ktx:1.2.0-alpha05"
23
24
androidx-constraintlayout = " androidx.constraintlayout:constraintlayout:2.2.0-alpha10"
24
25
androidx-core-ktx = " androidx.core:core-ktx:1.10.1"
25
26
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 "
27
28
androidx-lifecycle-common = { module = " androidx.lifecycle:lifecycle-common" , version.ref = " lifecycle" }
28
29
androidx-lifecycle-livedataKtx = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycle" }
29
30
androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle" }
30
31
androidx-lifecycle-viewmodelKtx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
31
32
androidx-material = " com.google.android.material:material:1.9.0"
32
33
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 "
34
35
androidx-recyclerviewSelection = " androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
35
36
androidx-security = " androidx.security:security-crypto-ktx:1.1.0-alpha06"
36
37
androidx-swiperefreshlayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
@@ -43,8 +44,8 @@ build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.r
43
44
build-ktfmt = " com.facebook:ktfmt:0.44"
44
45
build-mavenpublish = " com.vanniktech:gradle-maven-publish-plugin:0.25.3"
45
46
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 " }
48
49
build-okhttp = " com.squareup.okhttp3:okhttp:4.11.0"
49
50
build-r8 = " com.android.tools:r8:8.2.7-dev"
50
51
build-semver = " com.vdurmont:semver4j:3.1.0"
0 commit comments