Skip to content

Commit a907392

Browse files
committed
fix: Upgrade AlipaySDK v15.7.9 to v15.8.03 #18
1 parent a02615d commit a907392

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pod instll # 安装依赖
227227
## 相关连接
228228

229229
- [支付宝:生成秘钥指南](https://opendocs.alipay.com/open/291/105971)
230-
- [支付宝:SDK 下载地址,当前使用的是 AlipaySDK 15.7.9](https://opendocs.alipay.com/open/54/104509)
230+
- [支付宝:SDK 下载地址,当前使用的是 AlipaySDK 15.8.03](https://opendocs.alipay.com/open/54/104509)
231231
- [支付宝:客户端调试工具及使用教程](https://openclub.alipay.com/club/history/read/7695)
232232
- [支付宝:支付,接入前准备](https://opendocs.alipay.com/open/204/105297/)
233233
- [支付宝:完整版授权 SDK 调用方法](https://opendocs.alipay.com/open/218/105325)

android/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
// original location:
1111
// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle
1212

13-
def DEFAULT_COMPILE_SDK_VERSION = 28
14-
def DEFAULT_BUILD_TOOLS_VERSION = '28.0.3'
13+
def DEFAULT_COMPILE_SDK_VERSION = 29
14+
def DEFAULT_BUILD_TOOLS_VERSION = '29.0.3'
1515
def DEFAULT_MIN_SDK_VERSION = 16
16-
def DEFAULT_TARGET_SDK_VERSION = 28
16+
def DEFAULT_TARGET_SDK_VERSION = 29
1717

1818
def safeExtGet(prop, fallback) {
1919
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
@@ -33,7 +33,7 @@ buildscript {
3333
jcenter()
3434
}
3535
dependencies {
36-
classpath 'com.android.tools.build:gradle:3.4.1'
36+
classpath("com.android.tools.build:gradle:4.1.0")
3737
}
3838
}
3939
}
-309 KB
Binary file not shown.
Binary file not shown.

ios/AlipaySDK.framework/AlipaySDK

-38.4 KB
Binary file not shown.

ios/AlipaySDK.framework/Headers/AlipaySDK.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
////////////////////////////////////////////////////////
1111
///////////////// 支付宝标准版本支付SDK ///////////////////
12-
///////// version:15.7.9 motify:2020.07.27///////////
12+
///////// version:15.8.03 motify:2021.04.29///////////
1313
////////////////////////////////////////////////////////
1414

1515
#import <UIKit/UIKit.h>

0 commit comments

Comments
 (0)