Skip to content

Commit

Permalink
fix: Upgrade AlipaySDK v15.7.9 to v15.8.03 #18
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 26, 2021
1 parent a02615d commit a907392
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")
}
}
}
Expand Down
Binary file removed android/libs/alipaySdk-15.7.9-20200727142846.aar
Binary file not shown.
Binary file added android/libs/alipaysdk-15.8.03.210428205839.aar
Binary file not shown.
Binary file modified ios/AlipaySDK.framework/AlipaySDK
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/AlipaySDK.framework/Headers/AlipaySDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a907392

Please sign in to comment.