summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-01-19 15:56:27 +0100
committercyBerta <cyberta@riseup.net>2018-01-19 15:56:27 +0100
commitf7dfa7bc000b802570dddc19e8f274193e25b336 (patch)
tree4579483020300b393895248e06395a6d22fd3579 /app
parent7abdfa72e372d927bf2dec3185e05588cb1a94b7 (diff)
#8822 add no-op leak canary to Beta build type
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a71cff57..b28d9f35 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -79,6 +79,7 @@ dependencies {
testCompile 'org.json:json:20170516'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
+ betaCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
compile 'com.jakewharton:butterknife:6.1.0'
provided 'com.squareup.dagger:dagger-compiler:1.2.2'
compile 'com.github.pedrovgs:renderers:1.5'