]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Release v1.15.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 049deea64e626ace1aba458bd02ac05ab2f8ac56..72d7b3a1b11ab842c3e7f8240ef302f7fc8b7321 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+ * Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
  *
@@ -25,8 +25,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 16
-        versionName "1.14"
+        versionCode 18
+        versionName "1.15"
     }
 
     buildTypes {
@@ -58,7 +58,7 @@ android {
 
 dependencies {
     compile fileTree(include: ['*.jar'], dir: 'libs')
-    compile 'com.android.support:design:25.1.0'
+    compile 'com.android.support:design:25.1.1'
 
     // Only compile `com.google.firebase:firebase-ads:9.8.0` for the free flavor.
     freeCompile 'com.google.firebase:firebase-ads:9.8.0'