[tor-commits] [orbot/master] update SDK target to 25

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Mar 2 04:10:22 UTC 2017


commit e801eaa27aeb7f25871e3d5a9ab36317900ca332
Author: Nathan Freitas <nathan at freitas.net>
Date:   Wed Mar 1 23:08:48 2017 -0500

    update SDK target to 25
---
 RootCommands/build.gradle  |  6 +++---
 app/build.gradle           | 13 ++++++-------
 jsocksAndroid/build.gradle |  4 ++--
 orbotservice/build.gradle  | 10 +++++-----
 4 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/RootCommands/build.gradle b/RootCommands/build.gradle
index 00907bf..7cfab72 100644
--- a/RootCommands/build.gradle
+++ b/RootCommands/build.gradle
@@ -1,8 +1,8 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 23
-    buildToolsVersion "23.0.3"
+    compileSdkVersion 25
+    buildToolsVersion "25"
 
     sourceSets {
         main {
@@ -12,7 +12,7 @@ android {
 
     defaultConfig {
         minSdkVersion 9
-        targetSdkVersion 23
+        targetSdkVersion 25
         versionCode 1
         versionName "1.0"
 
diff --git a/app/build.gradle b/app/build.gradle
index cc364c7..38f2169 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,14 +1,13 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 23
-    buildToolsVersion "23.0.2"
+    compileSdkVersion 25
+    buildToolsVersion "25"
 
     defaultConfig {
         applicationId "org.torproject.android"
         minSdkVersion 16
-        targetSdkVersion 23
-
+        targetSdkVersion 25
     }
 
     lintOptions {
@@ -28,7 +27,7 @@ android {
 
 dependencies {
     compile project(':orbotservice')
-    compile 'com.android.support:support-v4:23.4.0'
-    compile 'com.android.support:appcompat-v7:23.4.0'
-    compile 'com.android.support:design:23.4.0'
+    compile 'com.android.support:support-v4:25.0.0'
+    compile 'com.android.support:appcompat-v7:25.0.0'
+    compile 'com.android.support:design:25.0.0'
 }
diff --git a/jsocksAndroid/build.gradle b/jsocksAndroid/build.gradle
index f2901a8..b9f7f61 100644
--- a/jsocksAndroid/build.gradle
+++ b/jsocksAndroid/build.gradle
@@ -1,8 +1,8 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 23
-    buildToolsVersion "23.0.2"
+    compileSdkVersion 25
+    buildToolsVersion "25"
 
     defaultConfig {
         minSdkVersion 8
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index 62ceffd..5b033ec 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -1,8 +1,8 @@
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 23
-    buildToolsVersion "23.0.3"
+    compileSdkVersion 25
+    buildToolsVersion "25"
 
     sourceSets {
         main {
@@ -11,8 +11,8 @@ android {
     }
 
     defaultConfig {
-        minSdkVersion 9
-        targetSdkVersion 23
+        minSdkVersion 16
+        targetSdkVersion 25
         versionCode 1
         versionName "1.0"
 
@@ -28,7 +28,7 @@ android {
 dependencies {
     compile project(':jsocksAndroid')
     compile project(':RootCommands')
-    compile 'com.android.support:appcompat-v7:23.4.0'
+    compile 'com.android.support:appcompat-v7:25.0.0'
     compile fileTree(dir: 'libs', include: ['*.jar','*.so'])
     testCompile 'junit:junit:4.12'
 }



More information about the tor-commits mailing list