]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Don't reload web pages on a new intent unless the intent contains a new URL. Fixes...
[PrivacyBrowserAndroid.git] / app / build.gradle
index 8644364d5981838f81f4708b0967a2f20f65db11..55df3775d7ebb5e8ec12dce20bbd2dfaf0e544c6 100644 (file)
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 26
-    buildToolsVersion '26.0.3'
+    compileSdkVersion 27
+    buildToolsVersion '27.0.3'
     defaultConfig {
         minSdkVersion 19
-        targetSdkVersion 26
-        versionCode 29
-        versionName "2.7.2"
+        targetSdkVersion 27
+        versionCode 31
+        versionName "2.8.1"
     }
 
     buildTypes {
@@ -65,7 +65,7 @@ android {
 
 dependencies {
     implementation fileTree(include: ['*.jar'], dir: 'libs')
-    implementation 'com.android.support:design:26.1.0'
+    implementation 'com.android.support:design:27.0.2'
     // Only compile `com.google.firebase:firebase-ads` for the free flavor.
     freeImplementation 'com.google.firebase:firebase-ads:11.8.0'
 }