aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d2b4546..17eb8a0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,7 +36,7 @@ dependencies {
36 implementation fileTree(dir: 'libs', include: ['*.jar']) 36 implementation fileTree(dir: 'libs', include: ['*.jar'])
37 37
38 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 38 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
39 implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' 39 implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.6.3'
40 implementation 'com.android.support:design:25.4.0' 40 implementation 'com.android.support:design:25.4.0'
41 implementation 'com.google.zxing:android-integration:3.3.0' 41 implementation 'com.google.zxing:android-integration:3.3.0'
42 implementation 'org.bouncycastle:bcpkix-jdk15on:1.59' 42 implementation 'org.bouncycastle:bcpkix-jdk15on:1.59'