]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release 1.6.
[PrivacyBrowserAndroid.git] / app / build.gradle
index df66f58a9ee3b4f73b187f324e0848fee2aab92c..9ea14bb3bf68ee4f9b17de5bf1cafd9fc0dc4941 100644 (file)
@@ -29,8 +29,8 @@ android {
         applicationId "com.stoutner.privacybrowser"
         minSdkVersion 15
         targetSdkVersion 23
-        versionCode 3
-        versionName "1.2"
+        versionCode 7
+        versionName "1.6"
     }
 
     buildTypes {
@@ -43,19 +43,17 @@ android {
     productFlavors {
         standard {
             applicationId "com.stoutner.privacybrowser.standard"
-            versionName "1.2-standard"
         }
 
         free {
             applicationId "com.stoutner.privacybrowser.free"
-            versionName "1.2-free"
         }
     }
 }
 
 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.
+    compile 'com.android.support:design:23.4.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'
 }