]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release version 1.4.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 0c42440c3c67d50ecb24153cfc5bf96414c33919..03805931e9d78b07ad5a23d65172cd1c0e8ebb97 100644 (file)
@@ -29,13 +29,13 @@ android {
         applicationId "com.stoutner.privacybrowser"
         minSdkVersion 15
         targetSdkVersion 23
-        versionCode 3
-        versionName "1.2"
+        versionCode 5
+        versionName "1.4"
     }
 
     buildTypes {
         release {
-            minifyEnabled false
+            minifyEnabled true
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
         }
     }
@@ -43,21 +43,19 @@ android {
     productFlavors {
         standard {
             applicationId "com.stoutner.privacybrowser.standard"
-            versionName "1.1-standard"
+            versionName "1.4-standard"
         }
 
         free {
             applicationId "com.stoutner.privacybrowser.free"
-            versionName "1.1-free"
+            versionName "1.4-free"
         }
     }
 }
 
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:appcompat-v7:23.2.1'
-    compile 'com.android.support:design:23.2.1'
-    compile 'com.android.support:support-v4:23.2.1'
-    // Only compile com.google.android.gms:play-services-ads for the free version so that the standard version can build of F-Droid.
+    compile 'com.android.support:design:23.3.0'
+    // Only compile com.google.android.gms:play-services-ads for the free version.
     freeCompile 'com.google.android.gms:play-services-ads:8.4.0'
 }