diff options
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 8d418d0..53cafe8 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -58,6 +58,8 @@ dependencies { | |||
58 | 58 | ||
59 | compile 'org.bouncycastle:bcpkix-jdk15on:1.57' | 59 | compile 'org.bouncycastle:bcpkix-jdk15on:1.57' |
60 | compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' | 60 | compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' |
61 | compile 'org.slf4j:slf4j-api:1.7.25' | ||
62 | compile 'com.github.tony19:logback-android:1.1.1-9' | ||
61 | compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 63 | compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
62 | } | 64 | } |
63 | 65 | ||