X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=eb35eae6eef754a65f6fbd372bf1757f799a89d5;hb=b7ab78b0b3686c2c51e2ef67f9efaeed097f27ad;hp=c4bb2f317d1df69c70012a0fbc0947370122b07e;hpb=e923db59fff5ad31f08679c84678cdfb1ca87d63;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index c4bb2f31..eb35eae6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,12 +21,12 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 19 - versionName "2.0" + versionCode 21 + versionName "2.1" } buildTypes { @@ -55,7 +55,7 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:design:25.3.0' + compile 'com.android.support:design:25.3.1' // Only compile `com.google.firebase:firebase-ads:9.8.0` for the free flavor. freeCompile 'com.google.firebase:firebase-ads:9.8.0'