X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=3c69ba7e0f6edc9fdecaafc6ac0dffa51c2a7331;hp=c0fda6678f9a1082c9e55974f1e68a091098455b;hb=8f1c15606ef8cd277f51cc837c2c39667c48d0d4;hpb=862eb86801e898eeb6e81ed5d7ebff493cace462 diff --git a/app/build.gradle b/app/build.gradle index c0fda667..3c69ba7e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,4 +1,4 @@ -/** +/* * Copyright 2016-2017 Soren Stoutner . * * This file is part of Privacy Browser . @@ -25,8 +25,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 17 - versionName "1.14.1" + versionCode 19 + versionName "2.0" } 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'