X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=6b98bafd449bfce147f8aa3f82460958c471c172;hb=bc6574b86391ed9c731835c18de7bd0a10de19f8;hp=8920a8fa07c1258e9ad9d5268a44af7374dac958;hpb=eb9975b0163b51b68557af26b73b28a7d87a1b87;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 8920a8fa..6b98bafd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,8 +52,9 @@ android { applicationId "com.stoutner.privacybrowser.free" } } - // `return true` removes the lint error: `Not all execution paths return a value`. - return true + + // `return void` removes the lint error: `Not all execution paths return a value`. + return void } dependencies {