diff options
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 | ||