X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=119de8c5165960fef705b8550f2e9f1b8e7a3ad2;hb=refs%2Ftags%2Fv1.5;hp=03805931e9d78b07ad5a23d65172cd1c0e8ebb97;hpb=58e6c22da860871eadd1cbf214a30e88ced4f19e;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 03805931..119de8c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacybrowser" minSdkVersion 15 targetSdkVersion 23 - versionCode 5 - versionName "1.4" + versionCode 6 + versionName "1.5" } buildTypes { @@ -43,12 +43,10 @@ android { productFlavors { standard { applicationId "com.stoutner.privacybrowser.standard" - versionName "1.4-standard" } free { applicationId "com.stoutner.privacybrowser.free" - versionName "1.4-free" } } }