Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions HBuilder-SourceTool-as/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ dependencies {

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.alibaba.android:bindingx-core:1.0.3'
implementation 'com.alibaba.android:bindingx_weex_plugin:1.0.3'
implementation 'androidx.recyclerview:recyclerview:1.1.0'

implementation 'com.facebook.fresco:fresco:1.13.0'
implementation "com.facebook.fresco:animated-gif:1.13.0"
implementation project(path: ':map-amap')
Expand Down
9 changes: 9 additions & 0 deletions HBuilder-SourceTool-as/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

ext {
compileSdkVersion = 26
buildToolsVersion = '28.0.3'
//兼容的最低 SDK 版本
minSdkVersion = 19
//向前兼容,保存新旧两种逻辑,并通过 if-else 方法来判断执行哪种逻辑
targetSdkVersion = 23
}

buildscript {
repositories {
google()
Expand Down