aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2017-07-09 20:20:14 +0200
committerPacien TRAN-GIRARD2017-07-09 20:21:15 +0200
commit2c5673b187233a30a0dd284bc37436fc30596c66 (patch)
tree8d6297648124a639878392c95e266ec91cfe45cd /app/build.gradle
parent5c52c7fbc522e7d11141291d5650bb53cd1fa509 (diff)
downloadtincapp-2c5673b187233a30a0dd284bc37436fc30596c66.tar.gz
Make tincctl calls properly async
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c25ab83..2d31df9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -51,6 +51,8 @@ dependencies {
51 exclude group: 'commons-logging', module: 'commons-logging' 51 exclude group: 'commons-logging', module: 'commons-logging'
52 } 52 }
53 53
54 compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5'
55
54 compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" 56 compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
55} 57}
56 58