[tor-commits] [orbot/master] update build SDK targets to 26

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jan 4 15:26:31 UTC 2018


commit 2ced17ae94929601b3e1e7e73f1a80d666d34dd5
Author: n8fr8 <nathan at freitas.net>
Date:   Wed Jan 3 13:42:32 2018 -0500

    update build SDK targets to 26
---
 app/build.gradle          | 8 ++++----
 orbotservice/build.gradle | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 44218658..83782fd8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,12 +1,12 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 25
+    compileSdkVersion 26
     buildToolsVersion '26.0.2'
     defaultConfig {
         applicationId "org.torproject.android"
         minSdkVersion 16
-        targetSdkVersion 25
+        targetSdkVersion 26
     }
     lintOptions {
         checkReleaseBuilds false
@@ -37,7 +37,7 @@ android {
             dimension "free"
             minSdkVersion 23
             applicationId 'org.torproject.android'
-            targetSdkVersion 25
+            targetSdkVersion 26
             versionCode 16000004
             versionName '16.0.0-BETA-1-multi-SDK23'
         }
@@ -47,7 +47,7 @@ android {
 dependencies {
     implementation 'com.android.support.constraint:constraint-layout:1.0.2'
     compile project(':orbotservice')
-    compile 'com.android.support:design:25.4.0'
+    compile 'com.android.support:design:26.1.0'
     compile 'pl.bclogic:pulsator4droid:1.0.3'
     compile 'com.github.apl-devs:appintro:v4.2.2'
 
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index b76a3841..7762b21b 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -1,7 +1,7 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 25
+    compileSdkVersion 26
     buildToolsVersion '26.0.2'
 
     sourceSets {
@@ -13,7 +13,7 @@ android {
 
     defaultConfig {
         minSdkVersion 16
-        targetSdkVersion 25
+        targetSdkVersion 26
         versionCode 1
         versionName "1.0"
 
@@ -29,7 +29,7 @@ android {
 dependencies {
     compile project(':jsocksAndroid')
     compile 'org.torproject:tor-android-binary:0.3.1.9a'
-    compile 'com.android.support:appcompat-v7:25.4.0'
+    compile 'com.android.support:appcompat-v7:26.1.0'
     compile 'com.jrummyapps:android-shell:1.0.1'
     compile fileTree(dir: 'libs', include: ['*.jar','*.so'])
     testCompile 'junit:junit:4.12'





More information about the tor-commits mailing list