X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=dffcddd97fa45be6f378fa4f43c78f17b65fa9e3;hb=8f89d3c5ef3625bec2dd8a99fae255f5c6f46636;hp=c8792729e54d3917b93d502aededea0e67b889b0;hpb=4f704be746c00c0a29a52c28646e6d7cf2f9c53c;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index c8792729..dffcddd9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacybrowser" minSdkVersion 15 targetSdkVersion 23 - versionCode 4 - versionName "1.3" + versionCode 5 + versionName "1.4" } buildTypes { @@ -43,12 +43,10 @@ android { productFlavors { standard { applicationId "com.stoutner.privacybrowser.standard" - versionName "1.3-standard" } free { applicationId "com.stoutner.privacybrowser.free" - versionName "1.3-free" } } } @@ -56,6 +54,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:design:23.3.0' - // Only compile com.google.android.gms:play-services-ads for the free version so that the standard version can build of F-Droid. + // Only compile com.google.android.gms:play-services-ads for the free version. freeCompile 'com.google.android.gms:play-services-ads:8.4.0' }