]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Convert html asset files to UTF-8.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 746a8502438bcfa09c6a7c5e3d2480decc973aee..eb35eae6eef754a65f6fbd372bf1757f799a89d5 100644 (file)
@@ -21,12 +21,12 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 25
-    buildToolsVersion "25.0.2"
+    buildToolsVersion "25.0.3"
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 20
-        versionName "2.0.1"
+        versionCode 21
+        versionName "2.1"
     }
 
     buildTypes {
@@ -55,7 +55,7 @@ android {
 
 dependencies {
     compile fileTree(include: ['*.jar'], dir: 'libs')
-    compile 'com.android.support:design:25.3.0'
+    compile 'com.android.support:design:25.3.1'
 
     // Only compile `com.google.firebase:firebase-ads:9.8.0` for the free flavor.
     freeCompile 'com.google.firebase:firebase-ads:9.8.0'