]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Partial Domain implementation.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 72d7b3a1b11ab842c3e7f8240ef302f7fc8b7321..c1a932f98bf45b1f37d64da7bbd13288b43f16af 100644 (file)
@@ -51,14 +51,11 @@ android {
             applicationId "com.stoutner.privacybrowser.free"
         }
     }
-
-    // `return void` removes the lint error: `Not all execution paths return a value`.
-    return void
 }
 
 dependencies {
     compile fileTree(include: ['*.jar'], dir: 'libs')
-    compile 'com.android.support:design:25.1.1'
+    compile 'com.android.support:design:25.2.0'
 
     // Only compile `com.google.firebase:firebase-ads:9.8.0` for the free flavor.
     freeCompile 'com.google.firebase:firebase-ads:9.8.0'