X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=c1a932f98bf45b1f37d64da7bbd13288b43f16af;hb=557c44e588c9c881a5a1573667a34d0355cde834;hp=c0fda6678f9a1082c9e55974f1e68a091098455b;hpb=862eb86801e898eeb6e81ed5d7ebff493cace462;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index c0fda667..c1a932f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 17 - versionName "1.14.1" + versionCode 18 + versionName "1.15" } buildTypes { @@ -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'