aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-30 14:11:16 -0400
committerAllan Wang <me@allanwang.ca>2017-08-30 14:11:16 -0400
commit8cc37e754cfe96470caf613728bdb6e07ac513cd (patch)
tree46119cb8e083ae6aef0adc69d41fdffbfd05eb92 /app
parent100e5c04f6a3b779c0007ccdecdc39623af3519a (diff)
downloadfrost-8cc37e754cfe96470caf613728bdb6e07ac513cd.tar.gz
frost-8cc37e754cfe96470caf613728bdb6e07ac513cd.tar.bz2
frost-8cc37e754cfe96470caf613728bdb6e07ac513cd.zip
Fix lint
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ea57331f..e7b83ddd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -157,9 +157,12 @@ dependencies {
implementation "org.apache.commons:commons-text:${COMMONS_TEXT}"
- debugImplementation "com.squareup.leakcanary:leakcanary-android:${LEAK_CANARY}"
- releaseTestImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
+ //noinspection GradleDependency
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
+ //noinspection GradleDependency
+ releaseTestImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
+ //noinspection GradleDependency
+ debugImplementation "com.squareup.leakcanary:leakcanary-android:${LEAK_CANARY}"
// testImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${LEAK_CANARY}"
implementation "com.github.Raizlabs.DBFlow:dbflow:${DBFLOW}"