aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-01-26 11:35:10 +0530
committerGitHub <noreply@github.com>2020-01-26 11:35:10 +0530
commit2c78470642905fbaedbda02801e716dd33b70cb5 (patch)
tree5848829657dfd350d2c9b4892b9338ec1c563620 /app/build.gradle
parent14f1fa65381375149dbb3fcdba578b6b4799645e (diff)
Switch to Timber for logging (#617)
* Switch to Timber for logging Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Update changelog Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> * Fix rebase error Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d68f6015..c73f9c13 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -97,6 +97,7 @@ dependencies {
implementation deps.third_party.jsch
implementation deps.third_party.openpgp_ktx
implementation deps.third_party.ssh_auth
+ implementation deps.third_party.timber
// Testing-only dependencies
androidTestImplementation deps.testing.junit