aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-20 10:59:34 -0700
committerAllan Wang <me@allanwang.ca>2017-08-20 10:59:34 -0700
commit14efdd91a4ac11babec7f182ce78f3a1a1b27a00 (patch)
tree5cf285f95d7e965e48e286ccc49cde2f5d632af2 /app/build.gradle
parentf1a15901f329824815370d074dec043ce9532e06 (diff)
downloadfrost-14efdd91a4ac11babec7f182ce78f3a1a1b27a00.tar.gz
frost-14efdd91a4ac11babec7f182ce78f3a1a1b27a00.tar.bz2
frost-14efdd91a4ac11babec7f182ce78f3a1a1b27a00.zip
Fix pref text overflow and update dependencies
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2c9c2c25..ea57331f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -160,7 +160,7 @@ dependencies {
debugImplementation "com.squareup.leakcanary:leakcanary-android:${LEAK_CANARY}"
releaseTestImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
- testImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
+// testImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
implementation "com.github.Raizlabs.DBFlow:dbflow:${DBFLOW}"
implementation "com.github.Raizlabs.DBFlow:dbflow-core:${DBFLOW}"