You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/07 08:05:53 UTC

[16/50] incubator-weex git commit: * [android] downgrade to api 23 as compiling issues.

* [android] downgrade to api 23 as compiling issues.


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

Branch: refs/heads/dev
Commit: d7f53c19c48ad6062fca0f31648878038eba4e32
Parents: 5094776
Author: YorkShen <sh...@gmail.com>
Authored: Sat May 27 11:19:06 2017 +0800
Committer: YorkShen <sh...@gmail.com>
Committed: Sat May 27 11:19:06 2017 +0800

----------------------------------------------------------------------
 android/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d7f53c19/android/build.gradle
----------------------------------------------------------------------
diff --git a/android/build.gradle b/android/build.gradle
index 25d281b..746e508 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -29,12 +29,12 @@ subprojects {
         }
     }
     ext {
-        compileSdkVersion=24
-        buildToolsVersion="24.0.3"
+        compileSdkVersion=23
+        buildToolsVersion="23.0.3"
         minSdkVersion=14
         appMinSdkVersion=15
-        targetSdkVersion=24
-        supportLibVersion="24.2.0"
+        targetSdkVersion=23
+        supportLibVersion="23.4.0"
         fastjsonLibVersion="1.1.46.android"
     }
 }