]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release version 1.1.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 7d29b94e53bb8792c1696d47601a244649daf3d2..c215b003a2c7a174dca69a0ba8d334a441eab7ce 100644 (file)
@@ -29,8 +29,8 @@ android {
         applicationId "com.stoutner.privacybrowser"
         minSdkVersion 10
         targetSdkVersion 23
-        versionCode 1
-        versionName "1.0"
+        versionCode 2
+        versionName "1.1"
     }
 
     buildTypes {
@@ -43,19 +43,14 @@ android {
     productFlavors {
         standard {
             applicationId "com.stoutner.privacybrowser.standard"
-            versionName "1.0-standard"
+            versionName "1.1-standard"
         }
 
         free {
             applicationId "com.stoutner.privacybrowser.free"
-            versionName "1.0-free"
+            versionName "1.1-free"
         }
     }
-
-    // `lintOptions abortOnError false` is required for F-Droid to build correctly.
-    lintOptions {
-        abortOnError false
-    }
 }
 
 dependencies {