@@ -4,24 +4,24 @@ androidxActivity = "1.9.0-beta01"
4
4
bouncycastle = " 1.77"
5
5
# @keep used for kotlinCompilerExtensionVersion
6
6
composeCompiler = " 1.5.11-dev-k1.9.23-96ef9dc6af1"
7
- coroutines = " 1.8.0 "
7
+ coroutines = " 1.8.1-Beta "
8
8
flowbinding = " 1.2.0"
9
9
hilt = " 2.51"
10
10
kotlin = " 1.9.23"
11
11
kotlinResult = " 2.0.0"
12
- lifecycle = " 2.7.0 "
12
+ lifecycle = " 2.8.0-alpha03 "
13
13
moshi = " 1.15.1"
14
14
15
15
[libraries ]
16
16
android-desugarJdkLibs = " com.android.tools:desugar_jdk_libs:2.0.4"
17
- androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
18
17
androidx-activity = { module = " androidx.activity:activity" , version.ref = " androidxActivity" }
19
- androidx-annotation = " androidx.annotation:annotation:1.7.1"
18
+ androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
19
+ androidx-annotation = " androidx.annotation:annotation:1.8.0-alpha02"
20
20
androidx-appcompat = " androidx.appcompat:appcompat:1.7.0-alpha03"
21
21
androidx-autofill = " androidx.autofill:autofill:1.3.0-alpha01"
22
22
androidx-biometricKtx = " androidx.biometric:biometric-ktx:1.2.0-alpha05"
23
23
androidx-constraintlayout = " androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
24
- androidx-core-ktx = " androidx.core:core-ktx:1.12.0 "
24
+ androidx-core-ktx = " androidx.core:core-ktx:1.13.0-beta01 "
25
25
androidx-documentfile = " androidx.documentfile:documentfile:1.1.0-alpha01"
26
26
androidx-fragment-ktx = " androidx.fragment:fragment-ktx:1.7.0-beta01"
27
27
androidx-lifecycle-common = { module = " androidx.lifecycle:lifecycle-common" , version.ref = " lifecycle" }
@@ -30,7 +30,7 @@ androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-
30
30
androidx-lifecycle-viewmodelKtx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
31
31
androidx-material = " com.google.android.material:material:1.12.0-beta01"
32
32
androidx-preference = " androidx.preference:preference:1.2.1"
33
- androidx-recyclerview = " androidx.recyclerview:recyclerview:1.3.2 "
33
+ androidx-recyclerview = " androidx.recyclerview:recyclerview:1.4.0-alpha01 "
34
34
androidx-recyclerviewSelection = " androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
35
35
androidx-security = " androidx.security:security-crypto-ktx:1.1.0-alpha06"
36
36
androidx-swiperefreshlayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
@@ -46,8 +46,8 @@ build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.28.0"
46
46
build-metalava = " me.tylerbwong.gradle.metalava:plugin:0.3.5"
47
47
build-moshi = { module = " com.squareup.moshi:moshi" , version.ref = " moshi" }
48
48
build-moshi-kotlin = { module = " com.squareup.moshi:moshi-kotlin" , version.ref = " moshi" }
49
- build-okhttp = " com.squareup.okhttp3:okhttp:4.12.0 "
50
- build-r8 = " com.android.tools:r8:8.3.37 "
49
+ build-okhttp = " com.squareup.okhttp3:okhttp:5.0.0-alpha.12 "
50
+ build-r8 = " com.android.tools:r8:8.4.6-dev "
51
51
build-semver = " com.github.zafarkhaja:java-semver:0.10.2"
52
52
build-sentry = " io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.1"
53
53
build-vcu = " nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
@@ -86,7 +86,7 @@ thirdparty-kotlinResult = { module = "com.michael-bull.kotlin-result:kotlin-resu
86
86
thirdparty-kotlinResult-coroutines = { module = " com.michael-bull.kotlin-result:kotlin-result-coroutines" , version.ref = " kotlinResult" }
87
87
thirdparty-leakcanary-plumber = " com.squareup.leakcanary:plumber-android-startup:2.13"
88
88
thirdparty-logcat = " com.squareup.logcat:logcat:0.1"
89
- thirdparty-modernAndroidPrefs = " de.maxr1998:modernandroidpreferences:2.3.2 "
89
+ thirdparty-modernAndroidPrefs = " de.maxr1998:modernandroidpreferences:2.4.0-beta1 "
90
90
thirdparty-nonfree-googlePlayAuthApiPhone = " com.google.android.gms:play-services-auth-api-phone:18.0.2"
91
91
thirdparty-nonfree-sentry = " io.sentry:sentry-android:7.6.0"
92
92
thirdparty-pgpainless = " org.pgpainless:pgpainless-core:1.6.7"
0 commit comments