1
1
[versions ]
2
2
agp = " 7.3.0"
3
- androidxActivity = " 1.6.0 "
3
+ androidxActivity = " 1.7.0-alpha01 "
4
4
bouncycastle = " 1.72"
5
- composeFoundation = " 1.3.0-beta03 "
6
- composeUi = " 1.3.0-beta03 "
5
+ composeFoundation = " 1.3.0-rc01 "
6
+ composeUi = " 1.3.0-rc01 "
7
7
coroutines = " 1.6.4"
8
8
flowbinding = " 1.2.0"
9
9
hilt = " 2.44"
@@ -23,7 +23,7 @@ androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
23
23
androidx-constraintlayout = " androidx.constraintlayout:constraintlayout:2.2.0-alpha04"
24
24
androidx-core-ktx = " androidx.core:core-ktx:1.9.0"
25
25
androidx-documentfile = " androidx.documentfile:documentfile:1.1.0-alpha01"
26
- androidx-fragment-ktx = " androidx.fragment:fragment-ktx:1.6.0-alpha02 "
26
+ androidx-fragment-ktx = " androidx.fragment:fragment-ktx:1.6.0-alpha03 "
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" }
@@ -49,18 +49,18 @@ build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:
49
49
build-spotless = " com.diffplug.spotless:spotless-plugin-gradle:6.11.0"
50
50
build-vcu = " nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.6.1"
51
51
build-versions = " com.github.ben-manes:gradle-versions-plugin:0.42.0"
52
- compose-animation = " androidx.compose.animation:animation:1.3.0-beta03 "
52
+ compose-animation = " androidx.compose.animation:animation:1.3.0-rc01 "
53
53
compose-compiler = " androidx.compose.compiler:compiler:1.3.2"
54
54
compose-foundation-core = { module = " androidx.compose.foundation:foundation" , version.ref = " composeFoundation" }
55
55
compose-foundation-layout = { module = " androidx.compose.foundation:foundation-layout" , version.ref = " composeFoundation" }
56
56
compose-hilt = " androidx.hilt:hilt-navigation-compose:1.0.0"
57
- compose-material = " androidx.compose.material:material:1.2.1 "
58
- compose-material3 = " androidx.compose.material3:material3:1.0.0-beta03 "
59
- compose-runtime = " androidx.compose.runtime:runtime:1.3.0-beta03 "
57
+ compose-material = " androidx.compose.material:material:1.3.0-rc01 "
58
+ compose-material3 = " androidx.compose.material3:material3:1.0.0-rc01 "
59
+ compose-runtime = " androidx.compose.runtime:runtime:1.3.0-rc01 "
60
60
compose-ui-core = { module = " androidx.compose.ui:ui" , version.ref = " composeUi" }
61
61
compose-ui-test = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " composeUi" }
62
62
compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " composeUi" }
63
- compose-ui-util = " androidx.compose.ui:ui-util:1.3.0-beta03 "
63
+ compose-ui-util = { module = " androidx.compose.ui:ui-util" , version.ref = " composeUi " }
64
64
compose-ui-viewbinding = { module = " androidx.compose.ui:ui-viewbinding" , version.ref = " composeUi" }
65
65
dagger-hilt-android = { module = " com.google.dagger:hilt-android" , version.ref = " hilt" }
66
66
dagger-hilt-compiler = { module = " com.google.dagger:hilt-compiler" , version.ref = " hilt" }
@@ -72,7 +72,7 @@ testing-junit = "junit:junit:4.13.2"
72
72
testing-kotlintest-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
73
73
testing-robolectric = " org.robolectric:robolectric:4.9"
74
74
testing-sharedPrefsMock = " com.github.android-password-store:shared-preferences-fake:2.0.0"
75
- testing-testparameterinjector = " com.google.testparameterinjector:test-parameter-injector:1.8 "
75
+ testing-testparameterinjector = " com.google.testparameterinjector:test-parameter-injector:1.9 "
76
76
testing-turbine = " app.cash.turbine:turbine:0.11.0"
77
77
thirdparty-bouncycastle-bcpkix = { module = " org.bouncycastle:bcpkix-jdk15to18" , version.ref = " bouncycastle" }
78
78
thirdparty-bouncycastle-bcprov = { module = " org.bouncycastle:bcprov-jdk15to18" , version.ref = " bouncycastle" }
@@ -86,7 +86,7 @@ thirdparty-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android-s
86
86
thirdparty-logcat = " com.squareup.logcat:logcat:0.1"
87
87
thirdparty-modernAndroidPrefs = " de.maxr1998:modernandroidpreferences:2.3.1"
88
88
thirdparty-nonfree-googlePlayAuthApiPhone = " com.google.android.gms:play-services-auth-api-phone:18.0.1"
89
- thirdparty-nonfree-sentry = " io.sentry:sentry-android:6.4 .2"
89
+ thirdparty-nonfree-sentry = " io.sentry:sentry-android:6.5.0-beta .2"
90
90
thirdparty-pgpainless = " org.pgpainless:pgpainless-core:1.3.7"
91
91
thirdparty-plumber = { module = " com.squareup.leakcanary:plumber-android-startup" , version.ref = " leakcanary" }
92
92
# TODO: Remove the explicit bcpkix dependency when upgrading this to a BC 1.71 compatible version
0 commit comments