@@ -9,6 +9,9 @@ buildscript { | |||||
flatDir { | flatDir { | ||||
dirs 'libs' | dirs 'libs' | ||||
} | } | ||||
flatDir { | |||||
dirs 'libs', '../../../../library_module/libs' | |||||
} | |||||
} | } | ||||
dependencies { | dependencies { | ||||
@@ -21,9 +24,6 @@ rootProject.allprojects { | |||||
google() | google() | ||||
jcenter() | jcenter() | ||||
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} | maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} | ||||
flatDir { | |||||
dirs 'libs' | |||||
} | |||||
} | } | ||||
} | } | ||||
@@ -101,20 +101,7 @@ dependencies{ | |||||
// implementation 'com.taobao.android:sgmiddletieraar3:5.0.0.9-v5@aar' | // implementation 'com.taobao.android:sgmiddletieraar3:5.0.0.9-v5@aar' | ||||
compileOnly(name: 'alibcad-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibcapplink-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibclogin-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibcnbtrade-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibcprotocol-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibctradecommon-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibctriver-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibctriver_live-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'alibcwebview-5.0.0.13', ext: 'aar') | |||||
compileOnly(name: 'avmpaar3-5.0.0.9-v5', ext: 'aar') | |||||
compileOnly(name: 'securitybodyaar3-5.0.0.9-v5', ext: 'aar') | |||||
compileOnly(name: 'securityguardaar3-5.0.0.9-v5', ext: 'aar') | |||||
compileOnly(name: 'sgmiddletieraar3-5.0.0.9-v5', ext: 'aar') | |||||
compileOnly fileTree(include: ['*.jar','*.aar'], dir: 'libs') | |||||
// implementation(name: 'cardview-1.0.0', ext: 'aar') | // implementation(name: 'cardview-1.0.0', ext: 'aar') | ||||
// implementation(name: 'MiddleTierSDK-external-release-5.5.24-preInstall', ext: 'aar') | // implementation(name: 'MiddleTierSDK-external-release-5.5.24-preInstall', ext: 'aar') | ||||
@@ -1 +1 @@ | |||||
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_alibc","path":"/Users/fnuo123/Documents/fnuo_project/zhiying_flutter_alibc/","dependencies":[]}],"android":[{"name":"flutter_alibc","path":"/Users/fnuo123/Documents/fnuo_project/zhiying_flutter_alibc/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_alibc","dependencies":[]}],"date_created":"2022-03-09 19:46:38.209467","version":"1.24.0-3.0.pre"} | |||||
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_alibc","path":"/Users/fnuo123/Documents/fnuo_project/zhiying_flutter_alibc/","dependencies":[]}],"android":[{"name":"flutter_alibc","path":"/Users/fnuo123/Documents/fnuo_project/zhiying_flutter_alibc/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_alibc","dependencies":[]}],"date_created":"2022-03-09 22:33:40.492436","version":"1.24.0-3.0.pre"} |
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application' | |||||
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" | apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" | ||||
android { | android { | ||||
compileSdkVersion 28 | |||||
compileSdkVersion 29 | |||||
lintOptions { | lintOptions { | ||||
disable 'InvalidPackage' | disable 'InvalidPackage' | ||||
@@ -34,8 +34,8 @@ android { | |||||
defaultConfig { | defaultConfig { | ||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). | ||||
applicationId "wxwx.com.flutter_alibc_example" | applicationId "wxwx.com.flutter_alibc_example" | ||||
minSdkVersion 16 | |||||
targetSdkVersion 28 | |||||
minSdkVersion 21 | |||||
targetSdkVersion 29 | |||||
multiDexEnabled true | multiDexEnabled true | ||||
versionCode flutterVersionCode.toInteger() | versionCode flutterVersionCode.toInteger() | ||||
versionName flutterVersionName | versionName flutterVersionName | ||||
@@ -78,4 +78,19 @@ dependencies { | |||||
implementation 'com.android.support:cardview-v7:27.1.1' | implementation 'com.android.support:cardview-v7:27.1.1' | ||||
implementation 'androidx.appcompat:appcompat:1.2.0' | implementation 'androidx.appcompat:appcompat:1.2.0' | ||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.2' | implementation 'androidx.constraintlayout:constraintlayout:2.0.2' | ||||
implementation(name: 'alibcad-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibcapplink-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibclogin-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibcnbtrade-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibcprotocol-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibctradecommon-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibctriver-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibctriver_live-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'alibcwebview-5.0.0.13', ext: 'aar') | |||||
implementation(name: 'avmpaar3-5.0.0.9-v5', ext: 'aar') | |||||
implementation(name: 'securitybodyaar3-5.0.0.9-v5', ext: 'aar') | |||||
implementation(name: 'securityguardaar3-5.0.0.9-v5', ext: 'aar') | |||||
implementation(name: 'sgmiddletieraar3-5.0.0.9-v5', ext: 'aar') | |||||
} | } |
@@ -1,11 +1,6 @@ | |||||
buildscript { | buildscript { | ||||
repositories { | repositories { | ||||
google() | google() | ||||
jcenter() | |||||
maven { | |||||
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" | |||||
} | |||||
} | } | ||||
dependencies { | dependencies { | ||||
@@ -16,9 +11,8 @@ buildscript { | |||||
allprojects { | allprojects { | ||||
repositories { | repositories { | ||||
google() | google() | ||||
jcenter() | |||||
flatDir { | flatDir { | ||||
dirs '../../../android/libs' | |||||
dirs 'libs' | |||||
} | } | ||||
} | } | ||||
} | } | ||||