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