diff options
-rw-r--r-- | app/build.gradle | 7 | ||||
-rw-r--r-- | docs/Changelog.md | 1 |
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) |