]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Refactor the code to make all the Java files lint free.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 8920a8fa07c1258e9ad9d5268a44af7374dac958..6b98bafd449bfce147f8aa3f82460958c471c172 100644 (file)
@@ -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 {