summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-07-28 10:02:41 +0530
committerGitHub <noreply@github.com>2021-07-28 10:02:41 +0530
commit1172c3734fe68fed9d16c93175a5b1940f103b69 (patch)
tree2f8003b9d3cea4cf55f0db5d47fad09ecc2da0e8
parent6c73cccd37ab6487c190a18171dfc369efb97b3b (diff)
gradle: bump dependencies (#1473)
-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 0ccc28f9..2ee61a64 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -5,7 +5,7 @@ androidx_test = "1.4.0"
compose = "1.0.0-rc02"
composeSnapshot = "-"
coroutines = "1.5.1"
-hilt = "2.38"
+hilt = "2.38.1"
kotlin = "1.5.21"
lifecycle = "2.4.0-alpha02"
@@ -30,13 +30,13 @@ kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-co
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx_activity" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx_activity" }
androidx-annotation = "androidx.annotation:annotation:1.2.0"
-androidx-autofill = "androidx.autofill:autofill:1.2.0-alpha02"
+androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha03"
-androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.0-beta02"
+androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.0-rc01"
androidx-core-ktx = "androidx.core:core-ktx:1.7.0-alpha01"
androidx-documentfile = "androidx.documentfile:documentfile:1.0.1"
-androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.4.0-alpha04"
+androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.4.0-alpha05"
androidx-hilt-compose = "androidx.hilt:hilt-navigation-compose:1.0.0-alpha03"
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref="lifecycle" }
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref="lifecycle" }
@@ -74,7 +74,7 @@ android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
# First-party libraries
aps-gopenpgp = "com.github.android-password-store:gopenpgp:0.1.5"
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"
+aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.1"
# Third-party dependencies
thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.69"