Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update build.gradle (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen authored and lucky-chen committed Jul 16, 2019
1 parent 5f01b57 commit d2d2b61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'))) {
Expand Down

0 comments on commit d2d2b61

Please sign in to comment.