1
1
[versions ]
2
2
agp = " 8.3.1"
3
- androidxActivity = " 1.9.0-beta01 "
3
+ androidxActivity = " 1.9.0-rc01 "
4
4
bouncycastle = " 1.77"
5
5
# @keep used for kotlinCompilerExtensionVersion
6
6
composeCompiler = " 1.5.11-dev-k1.9.23-96ef9dc6af1"
@@ -9,21 +9,21 @@ flowbinding = "1.2.0"
9
9
hilt = " 2.51.1"
10
10
kotlin = " 1.9.23"
11
11
kotlinResult = " 2.0.0"
12
- lifecycle = " 2.8.0-alpha03 "
12
+ lifecycle = " 2.8.0-alpha04 "
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
17
androidx-activity = { module = " androidx.activity:activity" , version.ref = " androidxActivity" }
18
18
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
19
- androidx-annotation = " androidx.annotation:annotation:1.8.0-alpha02 "
19
+ androidx-annotation = " androidx.annotation:annotation:1.8.0-beta01 "
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.13.0-beta01 "
24
+ androidx-core-ktx = " androidx.core:core-ktx:1.13.0-rc01 "
25
25
androidx-documentfile = " androidx.documentfile:documentfile:1.1.0-alpha01"
26
- androidx-fragment-ktx = " androidx.fragment:fragment-ktx:1.7.0-beta01 "
26
+ androidx-fragment-ktx = " androidx.fragment:fragment-ktx:1.7.0-rc01 "
27
27
androidx-lifecycle-common = { module = " androidx.lifecycle:lifecycle-common" , version.ref = " lifecycle" }
28
28
androidx-lifecycle-livedataKtx = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycle" }
29
29
androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle" }
@@ -51,7 +51,7 @@ 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.4.0"
53
53
build-vcu = " nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
54
- compose-bom = " androidx.compose:compose-bom:2024.03 .00"
54
+ compose-bom = " androidx.compose:compose-bom:2024.04 .00"
55
55
compose-foundation-core = { module = " androidx.compose.foundation:foundation" }
56
56
compose-foundation-layout = { module = " androidx.compose.foundation:foundation-layout" }
57
57
compose-material3 = { module = " androidx.compose.material3:material3" }
0 commit comments