X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=795348dfbfc36bd3316e191805826587b0e27dc7;hp=c0fda6678f9a1082c9e55974f1e68a091098455b;hb=26ce53c5262abc009c31441130d4a330ba0c267a;hpb=862eb86801e898eeb6e81ed5d7ebff493cace462 diff --git a/app/build.gradle b/app/build.gradle index c0fda667..795348df 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.3.0' // Only compile `com.google.firebase:firebase-ads:9.8.0` for the free flavor. freeCompile 'com.google.firebase:firebase-ads:9.8.0'