aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gradle/libs.versions.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 8e3a4738..f72a98bb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,11 +1,11 @@
# Centralized versions for dependencies that share versions
[versions]
androidx_activity = "1.3.0-beta01"
-androidx_test = "1.4.0-beta01"
+androidx_test = "1.4.0-beta02"
compose = "1.0.0-beta08"
composeSnapshot = "-"
coroutines = "1.5.0"
-hilt = "2.36"
+hilt = "2.37"
kotlin = "1.5.10"
lifecycle = "2.4.0-alpha01"
@@ -43,7 +43,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref="lifecycle" }
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref="lifecycle" }
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05"
-androidx-material = "com.google.android.material:material:1.4.0-beta01"
+androidx-material = "com.google.android.material:material:1.4.0-rc01"
androidx-preference = "androidx.preference:preference:1.1.1"
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.2.1"
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
@@ -77,12 +77,12 @@ aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:1.0.0"
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.0"
# Third-party dependencies
-thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.68"
+thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.69"
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.5"
thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r"
-thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.11"
+thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.12"
thirdparty-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.7"
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.1.0"
thirdparty-plumber = "com.squareup.leakcanary:plumber-android:2.7"