X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=03805931e9d78b07ad5a23d65172cd1c0e8ebb97;hp=df66f58a9ee3b4f73b187f324e0848fee2aab92c;hb=58e6c22da860871eadd1cbf214a30e88ced4f19e;hpb=0b0c40ca00cfdd80f3e215528f1b9c7f95bbcfe1 diff --git a/app/build.gradle b/app/build.gradle index df66f58a..03805931 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacybrowser" minSdkVersion 15 targetSdkVersion 23 - versionCode 3 - versionName "1.2" + versionCode 5 + versionName "1.4" } buildTypes { @@ -43,12 +43,12 @@ android { productFlavors { standard { applicationId "com.stoutner.privacybrowser.standard" - versionName "1.2-standard" + versionName "1.4-standard" } free { applicationId "com.stoutner.privacybrowser.free" - versionName "1.2-free" + versionName "1.4-free" } } } @@ -56,6 +56,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' }