Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev c95fc2325 -> 452c4d7d2


* [android] Upgrade to API 25.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/efd535a7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/efd535a7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/efd535a7

Branch: refs/heads/0.16-dev
Commit: efd535a76fece0780c5331d3b2916a368493d405
Parents: 495fc6b
Author: YorkShen <shenyua...@gmail.com>
Authored: Fri Jul 28 16:48:38 2017 +0800
Committer: YorkShen <shenyua...@gmail.com>
Committed: Fri Jul 28 16:48:38 2017 +0800

----------------------------------------------------------------------
 .travis.yml          | 8 ++++----
 android/build.gradle | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/efd535a7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e49b8ca..a62ef95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,8 +46,8 @@ matrix:
           components:
             - platform-tools
             - tools
-            - build-tools-23.0.3
-            - android-23
+            - build-tools-25.0.3
+            - android-25
             - extra-google-m2repository
             - extra-android-m2repository
             - sys-img-armeabi-v7a-android-22
@@ -77,8 +77,8 @@ before_script:
       export 
PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools
       echo yes | sdkmanager platform-tools
       echo yes | sdkmanager tools #tools
-      echo yes | sdkmanager "build-tools;23.0.3" #build-tool
-      echo yes | sdkmanager "platforms;android-23" #compile target
+      echo yes | sdkmanager "build-tools;25.0.3" #build-tool
+      echo yes | sdkmanager "platforms;android-25" #compile target
       echo yes | sdkmanager "extras;android;m2repository" #support
     fi
 script:

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/efd535a7/android/build.gradle
----------------------------------------------------------------------
diff --git a/android/build.gradle b/android/build.gradle
index 7cc3c36..28cf76e 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -33,12 +33,12 @@ subprojects {
         }
     }
     ext {
-        compileSdkVersion=23
-        buildToolsVersion="23.0.3"
+        compileSdkVersion=25
+        buildToolsVersion="25.0.3"
         minSdkVersion=14
         appMinSdkVersion=15
-        targetSdkVersion=23
-        supportLibVersion="23.4.0"
+        targetSdkVersion=25
+        supportLibVersion="25.3.1"
         fastjsonLibVersion="1.1.46.android"
     }
 }

Reply via email to