aboutsummaryrefslogtreecommitdiff
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
parent100e5c04f6a3b779c0007ccdecdc39623af3519a (diff)
downloadfrost-8cc37e754cfe96470caf613728bdb6e07ac513cd.tar.gz
frost-8cc37e754cfe96470caf613728bdb6e07ac513cd.tar.bz2
frost-8cc37e754cfe96470caf613728bdb6e07ac513cd.zip
Fix lint
-rw-r--r--app/build.gradle7
-rw-r--r--docs/Changelog.md1
2 files changed, 6 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}"
diff --git a/docs/Changelog.md b/docs/Changelog.md
index f8b7ab27..8d7f9a43 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -5,6 +5,7 @@
* Fix theme for sharing and new messages
* Prevent search bar settings from disabling itself if auto suggestions fail
* Fix numerous crashes relating to search bar layouts
+* Add debugging for menu
## v1.4.11
* Fix url loading bug and add option to launch urls in default browser (behaviour setting)