aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-01-27 23:24:04 +0530
committerAditya Wasan <adityawasan55@gmail.com>2020-01-27 23:24:04 +0530
commitab5aebeda3388ec776c34130cf9039ae4f623562 (patch)
treed136e71064cfb4364191e2067234dd20cebf245f /dependencies.gradle
parent27e1952375eddaec78d7c95d3a431633ab4275c8 (diff)
Improved debugging tools (#620)
* Add WhatTheStack * Add leakcanary * Codestyle nit * Support snapshot builds for debug tooling Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 43847abe..acbeb9a3 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -41,9 +41,11 @@ ext.deps = [
fastscroll: 'me.zhanghai.android.fastscroll:library:1.1.0',
jsch: 'com.jcraft:jsch:0.1.55',
jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r',
+ leakcanary: 'com.squareup.leakcanary:leakcanary-android:2.1',
openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.2.0',
ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0',
- timber: "com.jakewharton.timber:timber:4.7.1",
+ timber: 'com.jakewharton.timber:timber:4.7.1',
+ whatthestack: 'com.github.haroldadmin:WhatTheStack:0.0.1',
],
testing: [