fix: Upgrade AlipaySDK v15.7.9 to v15.8.03 #18
This commit is contained in:
parent
a02615d120
commit
a9073920ba
@ -227,7 +227,7 @@ pod instll # 安装依赖
|
||||
## 相关连接
|
||||
|
||||
- [支付宝:生成秘钥指南](https://opendocs.alipay.com/open/291/105971)
|
||||
- [支付宝:SDK 下载地址,当前使用的是 AlipaySDK 15.7.9](https://opendocs.alipay.com/open/54/104509)
|
||||
- [支付宝:SDK 下载地址,当前使用的是 AlipaySDK 15.8.03](https://opendocs.alipay.com/open/54/104509)
|
||||
- [支付宝:客户端调试工具及使用教程](https://openclub.alipay.com/club/history/read/7695)
|
||||
- [支付宝:支付,接入前准备](https://opendocs.alipay.com/open/204/105297/)
|
||||
- [支付宝:完整版授权 SDK 调用方法](https://opendocs.alipay.com/open/218/105325)
|
||||
|
@ -10,10 +10,10 @@
|
||||
// original location:
|
||||
// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle
|
||||
|
||||
def DEFAULT_COMPILE_SDK_VERSION = 28
|
||||
def DEFAULT_BUILD_TOOLS_VERSION = '28.0.3'
|
||||
def DEFAULT_COMPILE_SDK_VERSION = 29
|
||||
def DEFAULT_BUILD_TOOLS_VERSION = '29.0.3'
|
||||
def DEFAULT_MIN_SDK_VERSION = 16
|
||||
def DEFAULT_TARGET_SDK_VERSION = 28
|
||||
def DEFAULT_TARGET_SDK_VERSION = 29
|
||||
|
||||
def safeExtGet(prop, fallback) {
|
||||
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
|
||||
@ -33,7 +33,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.4.1'
|
||||
classpath("com.android.tools.build:gradle:4.1.0")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
BIN
android/libs/alipaysdk-15.8.03.210428205839.aar
Normal file
BIN
android/libs/alipaysdk-15.8.03.210428205839.aar
Normal file
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
///////////////// 支付宝标准版本支付SDK ///////////////////
|
||||
///////// version:15.7.9 motify:2020.07.27///////////
|
||||
///////// version:15.8.03 motify:2021.04.29///////////
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
Loading…
Reference in New Issue
Block a user