@@ -6,6 +6,9 @@ buildscript { | |||||
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' | |||||
} | |||||
} | } | ||||
dependencies { | dependencies { | ||||
@@ -18,8 +21,8 @@ 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/'} | ||||
maven { | |||||
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" | |||||
flatDir { | |||||
dirs 'libs' | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -68,35 +71,52 @@ dependencies{ | |||||
// implementation 'com.alibaba.sdk.android:nb_trade:4.0.0.16@aar' | // implementation 'com.alibaba.sdk.android:nb_trade:4.0.0.16@aar' | ||||
// implementation 'com.alibaba:fastjson:1.2.52@jar' | // implementation 'com.alibaba:fastjson:1.2.52@jar' | ||||
implementation 'com.android.support:multidex:1.0.3' | |||||
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02' | |||||
implementation 'androidx.cardview:cardview:1.0.0' | |||||
// 登陆 | |||||
implementation 'com.alibaba.baichuan.sdk:alibclogin:5.0.0.13' | |||||
// applink | |||||
implementation 'com.alibaba.baichuan.sdk:alibcapplink:5.0.0.13' | |||||
// 广告SDK | |||||
implementation 'com.alibaba.baichuan.sdk:alibcad:5.0.0.13' | |||||
// 小程序 | |||||
implementation 'com.alibaba.baichuan.sdk:alibctriver:5.0.0.13' | |||||
// c++基础库(如果工程中没有接入该so包:libc++_shared.so,需要接入该sdk) | |||||
implementation "llvm.stl:cpp_shared:0.0.3@aar" | |||||
// 直播 | |||||
implementation 'com.alibaba.baichuan.sdk:alibctriver_live:5.0.0.13' | |||||
// webview容器 | |||||
implementation 'com.alibaba.baichuan.sdk:alibcwebview:5.0.0.13' | |||||
// 电商基础组件 | |||||
implementation 'com.alibaba.baichuan.sdk:alibctradecommon:5.0.0.13' | |||||
implementation 'com.alibaba.baichuan.sdk:alibcnbtrade:5.0.0.13' | |||||
implementation 'com.alibaba.baichuan.sdk:alibcprotocol:5.0.0.13' | |||||
// 辅助排查工具(可选) | |||||
implementation "com.alibaba.baichuan.sdk:alibctools:5.0.0.13" | |||||
// 安全保镖v5版本(根据实际情况,v5和v6版本选择其一) | |||||
implementation 'com.taobao.android:securityguardaar3:5.0.0.9-v5@aar' | |||||
implementation 'com.taobao.android:securitybodyaar3:5.0.0.9-v5@aar' | |||||
implementation 'com.taobao.android:avmpaar3:5.0.0.9-v5@aar' | |||||
implementation 'com.taobao.android:sgmiddletieraar3:5.0.0.9-v5@aar' | |||||
// implementation 'com.android.support:multidex:1.0.3' | |||||
// implementation 'androidx.appcompat:appcompat:1.3.0-alpha02' | |||||
// implementation 'androidx.cardview:cardview:1.0.0' | |||||
// // 登陆 | |||||
// implementation 'com.alibaba.baichuan.sdk:alibclogin:5.0.0.13' | |||||
// // applink | |||||
// implementation 'com.alibaba.baichuan.sdk:alibcapplink:5.0.0.13' | |||||
// // 广告SDK | |||||
// implementation 'com.alibaba.baichuan.sdk:alibcad:5.0.0.13' | |||||
// // 小程序 | |||||
// implementation 'com.alibaba.baichuan.sdk:alibctriver:5.0.0.13' | |||||
// // c++基础库(如果工程中没有接入该so包:libc++_shared.so,需要接入该sdk) | |||||
// implementation "llvm.stl:cpp_shared:0.0.3@aar" | |||||
// // 直播 | |||||
// implementation 'com.alibaba.baichuan.sdk:alibctriver_live:5.0.0.13' | |||||
// // webview容器 | |||||
// implementation 'com.alibaba.baichuan.sdk:alibcwebview:5.0.0.13' | |||||
// // 电商基础组件 | |||||
// implementation 'com.alibaba.baichuan.sdk:alibctradecommon:5.0.0.13' | |||||
// implementation 'com.alibaba.baichuan.sdk:alibcnbtrade:5.0.0.13' | |||||
// implementation 'com.alibaba.baichuan.sdk:alibcprotocol:5.0.0.13' | |||||
// // 辅助排查工具(可选) | |||||
// implementation "com.alibaba.baichuan.sdk:alibctools:5.0.0.13" | |||||
// // 安全保镖v5版本(根据实际情况,v5和v6版本选择其一) | |||||
// implementation 'com.taobao.android:securityguardaar3:5.0.0.9-v5@aar' | |||||
// implementation 'com.taobao.android:securitybodyaar3:5.0.0.9-v5@aar' | |||||
// implementation 'com.taobao.android:avmpaar3:5.0.0.9-v5@aar' | |||||
// implementation 'com.taobao.android:sgmiddletieraar3:5.0.0.9-v5@aar' | |||||
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: 'cardview-1.0.0', ext: 'aar') | |||||
implementation(name: 'MiddleTierSDK-external-release-5.5.24-preInstall', ext: 'aar') | |||||
implementation(name: 'MiscSDK-external-release-5.5.9-preInstall', ext: 'aar') | |||||
implementation(name: 'NoCaptchaSDK-external-release-5.5.8-preInstall', ext: 'aar') | |||||
implementation(name: 'SecurityBodySDK-external-release-5.5.28-preInstall', ext: 'aar') | |||||
implementation(name: 'SecurityGuardSDK-external-release-5.5.22-preInstall', ext: 'aar') | |||||
implementation 'com.alibaba:fastjson:1.1.71.android' | implementation 'com.alibaba:fastjson:1.1.71.android' | ||||
} | } |
@@ -1 +1 @@ | |||||
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_alibc","path":"/Users/fnuser04/Documents/flutterAPP/zhiying_flutter_alibc/","dependencies":[]}],"android":[{"name":"flutter_alibc","path":"/Users/fnuser04/Documents/flutterAPP/zhiying_flutter_alibc/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_alibc","dependencies":[]}],"date_created":"2021-04-17 11:06:38.571844","version":"1.22.0"} | |||||
{"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 18:32:49.025784","version":"1.24.0-3.0.pre"} |
@@ -5,6 +5,7 @@ buildscript { | |||||
maven { | maven { | ||||
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" | url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/" | ||||
} | } | ||||
} | } | ||||
dependencies { | dependencies { | ||||
@@ -16,6 +17,9 @@ allprojects { | |||||
repositories { | repositories { | ||||
google() | google() | ||||
jcenter() | jcenter() | ||||
flatDir { | |||||
dirs '../../../android/libs' | |||||
} | |||||
} | } | ||||
} | } | ||||
@@ -0,0 +1 @@ | |||||
include ':app' |
@@ -1,16 +1,15 @@ | |||||
#!/bin/sh | #!/bin/sh | ||||
# This is a generated file; do not edit or check into version control. | # This is a generated file; do not edit or check into version control. | ||||
export "FLUTTER_ROOT=/Users/fnuser04/Documents/flutterModel/flutter" | |||||
export "FLUTTER_APPLICATION_PATH=/Users/fnuser04/Documents/flutterAPP/zhiying_flutter_alibc/example" | |||||
export "FLUTTER_TARGET=/Users/fnuser04/Documents/flutterAPP/zhiying_flutter_alibc/example/lib/main.dart" | |||||
export "FLUTTER_ROOT=/Users/fnuo123/flutter" | |||||
export "FLUTTER_APPLICATION_PATH=/Users/fnuo123/Documents/fnuo_project/zhiying_flutter_alibc/example" | |||||
export "FLUTTER_TARGET=lib/main.dart" | |||||
export "FLUTTER_BUILD_DIR=build" | export "FLUTTER_BUILD_DIR=build" | ||||
export "SYMROOT=${SOURCE_ROOT}/../build/ios" | export "SYMROOT=${SOURCE_ROOT}/../build/ios" | ||||
export "OTHER_LDFLAGS=$(inherited) -framework Flutter" | export "OTHER_LDFLAGS=$(inherited) -framework Flutter" | ||||
export "FLUTTER_FRAMEWORK_DIR=/Users/fnuser04/Documents/flutterModel/flutter/bin/cache/artifacts/engine/ios" | |||||
export "FLUTTER_FRAMEWORK_DIR=/Users/fnuo123/flutter/bin/cache/artifacts/engine/ios" | |||||
export "FLUTTER_BUILD_NAME=1.0.0" | export "FLUTTER_BUILD_NAME=1.0.0" | ||||
export "FLUTTER_BUILD_NUMBER=1" | export "FLUTTER_BUILD_NUMBER=1" | ||||
export "DART_DEFINES=flutter.inspector.structuredErrors%3Dtrue" | |||||
export "DART_OBFUSCATION=false" | export "DART_OBFUSCATION=false" | ||||
export "TRACK_WIDGET_CREATION=true" | |||||
export "TRACK_WIDGET_CREATION=false" | |||||
export "TREE_SHAKE_ICONS=false" | export "TREE_SHAKE_ICONS=false" | ||||
export "PACKAGE_CONFIG=.packages" | export "PACKAGE_CONFIG=.packages" |
@@ -87,7 +87,7 @@ packages: | |||||
name: meta | name: meta | ||||
url: "https://pub.flutter-io.cn" | url: "https://pub.flutter-io.cn" | ||||
source: hosted | source: hosted | ||||
version: "1.3.0-nullsafety.3" | |||||
version: "1.3.0-nullsafety.4" | |||||
path: | path: | ||||
dependency: transitive | dependency: transitive | ||||
description: | description: | ||||
@@ -113,7 +113,7 @@ packages: | |||||
name: stack_trace | name: stack_trace | ||||
url: "https://pub.flutter-io.cn" | url: "https://pub.flutter-io.cn" | ||||
source: hosted | source: hosted | ||||
version: "1.10.0-nullsafety.1" | |||||
version: "1.10.0-nullsafety.4" | |||||
stream_channel: | stream_channel: | ||||
dependency: transitive | dependency: transitive | ||||
description: | description: | ||||
@@ -157,4 +157,4 @@ packages: | |||||
source: hosted | source: hosted | ||||
version: "2.1.0-nullsafety.3" | version: "2.1.0-nullsafety.3" | ||||
sdks: | sdks: | ||||
dart: ">=2.10.0-110 <2.11.0" | |||||
dart: ">=2.10.0-110 <=2.11.0-242.0.dev" |
@@ -73,7 +73,7 @@ packages: | |||||
name: meta | name: meta | ||||
url: "https://pub.flutter-io.cn" | url: "https://pub.flutter-io.cn" | ||||
source: hosted | source: hosted | ||||
version: "1.3.0-nullsafety.3" | |||||
version: "1.3.0-nullsafety.4" | |||||
path: | path: | ||||
dependency: transitive | dependency: transitive | ||||
description: | description: | ||||
@@ -99,7 +99,7 @@ packages: | |||||
name: stack_trace | name: stack_trace | ||||
url: "https://pub.flutter-io.cn" | url: "https://pub.flutter-io.cn" | ||||
source: hosted | source: hosted | ||||
version: "1.10.0-nullsafety.1" | |||||
version: "1.10.0-nullsafety.4" | |||||
stream_channel: | stream_channel: | ||||
dependency: transitive | dependency: transitive | ||||
description: | description: | ||||
@@ -143,4 +143,4 @@ packages: | |||||
source: hosted | source: hosted | ||||
version: "2.1.0-nullsafety.3" | version: "2.1.0-nullsafety.3" | ||||
sdks: | sdks: | ||||
dart: ">=2.10.0-110 <2.11.0" | |||||
dart: ">=2.10.0-110 <=2.11.0-242.0.dev" |