diff options
author | Pacien TRAN-GIRARD | 2017-07-09 20:20:14 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-09 20:21:15 +0200 |
commit | 2c5673b187233a30a0dd284bc37436fc30596c66 (patch) | |
tree | 8d6297648124a639878392c95e266ec91cfe45cd /app/build.gradle | |
parent | 5c52c7fbc522e7d11141291d5650bb53cd1fa509 (diff) | |
download | tincapp-2c5673b187233a30a0dd284bc37436fc30596c66.tar.gz |
Make tincctl calls properly async
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
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 | ||