diff options
author | pacien | 2018-03-04 20:20:49 +0100 |
---|---|---|
committer | pacien | 2018-03-04 20:20:49 +0100 |
commit | ddd6afd4c5019b30221502690ff5229998e8f030 (patch) | |
tree | 94a9fa60af2437b8aa6eb49bf1076221544a2b14 /app/build.gradle | |
parent | 03d81be7a0fde56e65dacdce78500401eb85d5b8 (diff) | |
download | tincapp-ddd6afd4c5019b30221502690ff5229998e8f030.tar.gz |
Exclude dynamically referenced library from pruning
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index da11c0e..65309ae 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -57,9 +57,7 @@ dependencies { | |||
57 | } | 57 | } |
58 | 58 | ||
59 | compile 'org.bouncycastle:bcpkix-jdk15on:1.57' | 59 | compile 'org.bouncycastle:bcpkix-jdk15on:1.57' |
60 | |||
61 | compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' | 60 | compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' |
62 | |||
63 | compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 61 | compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
64 | } | 62 | } |
65 | 63 | ||