Procházet zdrojové kódy

1.更换依赖

tags/0.0.15
huaxuan před 2 roky
rodič
revize
04d528959b
24 změnil soubory, kde provedl 67 přidání a 43 odebrání
  1. +50
    -30
      android/build.gradle
  2. +0
    -0
     
  3. binární
     
  4. binární
     
  5. binární
     
  6. binární
     
  7. binární
     
  8. binární
     
  9. binární
     
  10. binární
     
  11. binární
     
  12. binární
     
  13. binární
     
  14. binární
     
  15. binární
     
  16. binární
     
  17. binární
     
  18. binární
     
  19. +1
    -1
      example/.flutter-plugins-dependencies
  20. +4
    -0
      example/android/build.gradle
  21. +1
    -0
      example/android/settings_aar.gradle
  22. +5
    -6
      example/ios/Flutter/flutter_export_environment.sh
  23. +3
    -3
      example/pubspec.lock
  24. +3
    -3
      pubspec.lock

+ 50
- 30
android/build.gradle Zobrazit soubor

@@ -6,6 +6,9 @@ buildscript {
google()
jcenter()
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
flatDir {
dirs 'libs'
}
}

dependencies {
@@ -18,8 +21,8 @@ rootProject.allprojects {
google()
jcenter()
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: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'

}

+ 0
- 0
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


+ 1
- 1
example/.flutter-plugins-dependencies Zobrazit soubor

@@ -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"}

+ 4
- 0
example/android/build.gradle Zobrazit soubor

@@ -5,6 +5,7 @@ buildscript {
maven {
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
}

}

dependencies {
@@ -16,6 +17,9 @@ allprojects {
repositories {
google()
jcenter()
flatDir {
dirs '../../../android/libs'
}
}
}



+ 1
- 0
example/android/settings_aar.gradle Zobrazit soubor

@@ -0,0 +1 @@
include ':app'

+ 5
- 6
example/ios/Flutter/flutter_export_environment.sh Zobrazit soubor

@@ -1,16 +1,15 @@
#!/bin/sh
# 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 "SYMROOT=${SOURCE_ROOT}/../build/ios"
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_NUMBER=1"
export "DART_DEFINES=flutter.inspector.structuredErrors%3Dtrue"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"

+ 3
- 3
example/pubspec.lock Zobrazit soubor

@@ -87,7 +87,7 @@ packages:
name: meta
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.0-nullsafety.3"
version: "1.3.0-nullsafety.4"
path:
dependency: transitive
description:
@@ -113,7 +113,7 @@ packages:
name: stack_trace
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.10.0-nullsafety.1"
version: "1.10.0-nullsafety.4"
stream_channel:
dependency: transitive
description:
@@ -157,4 +157,4 @@ packages:
source: hosted
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.10.0-110 <2.11.0"
dart: ">=2.10.0-110 <=2.11.0-242.0.dev"

+ 3
- 3
pubspec.lock Zobrazit soubor

@@ -73,7 +73,7 @@ packages:
name: meta
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.0-nullsafety.3"
version: "1.3.0-nullsafety.4"
path:
dependency: transitive
description:
@@ -99,7 +99,7 @@ packages:
name: stack_trace
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.10.0-nullsafety.1"
version: "1.10.0-nullsafety.4"
stream_channel:
dependency: transitive
description:
@@ -143,4 +143,4 @@ packages:
source: hosted
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.10.0-110 <2.11.0"
dart: ">=2.10.0-110 <=2.11.0-242.0.dev"

Načítá se…
Zrušit
Uložit