From 7b231812fab46fd1a74ce455d078796953ebf961 Mon Sep 17 00:00:00 2001 From: colin3dmax Date: Sun, 1 Dec 2019 15:42:23 +0800 Subject: [PATCH] =?UTF-8?q?uniapp-release.aar=E4=B8=AD=E5=8C=85=E5=90=AB?= =?UTF-8?q?=20com.alibaba.android:bindingx-core=E5=92=8Ccom.alibaba.androi?= =?UTF-8?q?d:bindingx=5Fweex=5Fplugin=E5=BA=93=EF=BC=8C=E6=AD=A4=E5=A4=84?= =?UTF-8?q?=E5=BA=94=E5=8E=BB=E6=8E=89=EF=BC=8C=E5=90=A6=E5=88=99Demo?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HBuilder-SourceTool-as/app/build.gradle | 5 ++--- HBuilder-SourceTool-as/build.gradle | 9 +++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/HBuilder-SourceTool-as/app/build.gradle b/HBuilder-SourceTool-as/app/build.gradle index b9d1263..2bf19c0 100644 --- a/HBuilder-SourceTool-as/app/build.gradle +++ b/HBuilder-SourceTool-as/app/build.gradle @@ -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') diff --git a/HBuilder-SourceTool-as/build.gradle b/HBuilder-SourceTool-as/build.gradle index 48947c3..8cdee52 100644 --- a/HBuilder-SourceTool-as/build.gradle +++ b/HBuilder-SourceTool-as/build.gradle @@ -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()