X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=c1a932f98bf45b1f37d64da7bbd13288b43f16af;hp=72d7b3a1b11ab842c3e7f8240ef302f7fc8b7321;hb=348acd7bd2c9ba9638ff87b34df4e7501214ca27;hpb=7ab2158319ff6d1e1b5087266e1c042e663452b3 diff --git a/app/build.gradle b/app/build.gradle index 72d7b3a1..c1a932f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'