aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index da1ef2b..cf762e6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,9 +89,9 @@ dependencies {
89 89
90 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 90 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
91 implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0' 91 implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
92 implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' 92 implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
93 implementation 'androidx.core:core:1.1.0' 93 implementation 'androidx.core:core-ktx:1.13.1'
94 implementation 'com.google.android.material:material:1.0.0' 94 implementation 'com.google.android.material:material:1.12.0'
95 implementation 'com.journeyapps:zxing-android-embedded:3.6.0' 95 implementation 'com.journeyapps:zxing-android-embedded:3.6.0'
96 implementation 'org.bouncycastle:bcpkix-jdk15on:1.61' 96 implementation 'org.bouncycastle:bcpkix-jdk15on:1.61'
97 implementation 'org.slf4j:slf4j-api:1.7.26' 97 implementation 'org.slf4j:slf4j-api:1.7.26'