You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by lu...@apache.org on 2019/07/16 06:56:33 UTC

[incubator-weex] branch master updated: Update build.gradle (#2711)

This is an automated email from the ASF dual-hosted git repository.

luckychen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new d2d2b61  Update build.gradle (#2711)
d2d2b61 is described below

commit d2d2b614b57332d6a4045168e3297b09e0bf5486
Author: YorkShen <sh...@gmail.com>
AuthorDate: Tue Jul 16 14:56:28 2019 +0800

    Update build.gradle (#2711)
---
 android/build.gradle     | 3 +--
 android/sdk/build.gradle | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/android/build.gradle b/android/build.gradle
index b378333..e97c970 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -52,11 +52,10 @@ subprojects {
 }
 ext {
     compileSdkVersion=26
-    buildToolsVersion="26.0.3"
     minSdkVersion=14
     targetSdkVersion=26
     supportLibVersion="26.0.2"
-    fastjsonLibVersion="1.1.46.android"
+    fastjsonLibVersion="1.1.70.android"
     //Default value for disableCov is false
     disableCov = project.hasProperty("disableCov") && disableCov.equals("true")
     implementFromWeex = true
diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle
index a89d87d..6363fd5 100755
--- a/android/sdk/build.gradle
+++ b/android/sdk/build.gradle
@@ -71,7 +71,6 @@ if (!project.hasProperty('ignoreVersionCheck') || !project.getProperty('ignoreVe
 
 android {
     compileSdkVersion project.compileSdkVersion
-//    buildToolsVersion project.buildToolsVersion
     resourcePrefix "weex"
     useLibrary 'org.apache.http.legacy'
     if(project.hasProperty('removeSharedLib') && "true".equals(project.getProperty('removeSharedLib'))) {