diff options
author | pacien | 2018-03-14 17:19:00 +0100 |
---|---|---|
committer | pacien | 2018-03-14 17:19:00 +0100 |
commit | 989a0cc1bea686de198a742a7913ea0375c66c29 (patch) | |
tree | 6ac734c035cd18853f2becd159867b2c8fb90826 /app/build.gradle | |
parent | 2c5d24f024e4972fe20670594b3ed5ab38eeac4e (diff) | |
download | tincapp-989a0cc1bea686de198a742a7913ea0375c66c29.tar.gz |
Implement dual logging for application context
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 | ||