diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-01-26 11:35:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 11:35:10 +0530 |
commit | 2c78470642905fbaedbda02801e716dd33b70cb5 (patch) | |
tree | 5848829657dfd350d2c9b4892b9338ec1c563620 /dependencies.gradle | |
parent | 14f1fa65381375149dbb3fcdba578b6b4799645e (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 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 60a82d1d..3a76707b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -41,7 +41,8 @@ ext.deps = [ jsch: 'com.jcraft:jsch:0.1.55', jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r', openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.2.0', - ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0' + ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0', + timber: "com.jakewharton.timber:timber:4.7.1", ], testing: [ |