aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorpacien2018-06-23 14:02:47 +0200
committerpacien2018-06-23 14:02:47 +0200
commit17ed2515df1818091cdef194058b2c1376594c05 (patch)
treeb467e3f8c62a6f491907931fd3fdba9e5f25f9d1 /app/build.gradle
parent9eb4e572219b4d623b66719060ab0a5a5122ec99 (diff)
downloadtincapp-17ed2515df1818091cdef194058b2c1376594c05.tar.gz
Update future support lib
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'