]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release 1.5.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 03805931e9d78b07ad5a23d65172cd1c0e8ebb97..119de8c5165960fef705b8550f2e9f1b8e7a3ad2 100644 (file)
@@ -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"
         }
     }
 }