]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release version 1.3.
[PrivacyBrowserAndroid.git] / app / build.gradle
index df66f58a9ee3b4f73b187f324e0848fee2aab92c..c8792729e54d3917b93d502aededea0e67b889b0 100644 (file)
@@ -29,8 +29,8 @@ android {
         applicationId "com.stoutner.privacybrowser"
         minSdkVersion 15
         targetSdkVersion 23
-        versionCode 3
-        versionName "1.2"
+        versionCode 4
+        versionName "1.3"
     }
 
     buildTypes {
@@ -43,12 +43,12 @@ android {
     productFlavors {
         standard {
             applicationId "com.stoutner.privacybrowser.standard"
-            versionName "1.2-standard"
+            versionName "1.3-standard"
         }
 
         free {
             applicationId "com.stoutner.privacybrowser.free"
-            versionName "1.2-free"
+            versionName "1.3-free"
         }
     }
 }