]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release version 1.4.
[PrivacyBrowserAndroid.git] / app / build.gradle
index c8792729e54d3917b93d502aededea0e67b889b0..03805931e9d78b07ad5a23d65172cd1c0e8ebb97 100644 (file)
@@ -29,8 +29,8 @@ android {
         applicationId "com.stoutner.privacybrowser"
         minSdkVersion 15
         targetSdkVersion 23
-        versionCode 4
-        versionName "1.3"
+        versionCode 5
+        versionName "1.4"
     }
 
     buildTypes {
@@ -43,12 +43,12 @@ android {
     productFlavors {
         standard {
             applicationId "com.stoutner.privacybrowser.standard"
-            versionName "1.3-standard"
+            versionName "1.4-standard"
         }
 
         free {
             applicationId "com.stoutner.privacybrowser.free"
-            versionName "1.3-free"
+            versionName "1.4-free"
         }
     }
 }
@@ -56,6 +56,6 @@ android {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile 'com.android.support:design:23.3.0'
-    // Only compile com.google.android.gms:play-services-ads for the free version so that the standard version can build of F-Droid.
+    // Only compile com.google.android.gms:play-services-ads for the free version.
     freeCompile 'com.google.android.gms:play-services-ads:8.4.0'
 }