File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ pod instll # 安装依赖
227
227
## 相关连接
228
228
229
229
- [ 支付宝:生成秘钥指南] ( 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 )
231
231
- [ 支付宝:客户端调试工具及使用教程] ( https://openclub.alipay.com/club/history/read/7695 )
232
232
- [ 支付宝:支付,接入前准备] ( https://opendocs.alipay.com/open/204/105297/ )
233
233
- [ 支付宝:完整版授权 SDK 调用方法] ( https://opendocs.alipay.com/open/218/105325 )
Original file line number Diff line number Diff line change 10
10
// original location:
11
11
// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle
12
12
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'
15
15
def DEFAULT_MIN_SDK_VERSION = 16
16
- def DEFAULT_TARGET_SDK_VERSION = 28
16
+ def DEFAULT_TARGET_SDK_VERSION = 29
17
17
18
18
def safeExtGet (prop , fallback ) {
19
19
rootProject. ext. has(prop) ? rootProject. ext. get(prop) : fallback
@@ -33,7 +33,7 @@ buildscript {
33
33
jcenter()
34
34
}
35
35
dependencies {
36
- classpath ' com.android.tools.build:gradle:3. 4.1'
36
+ classpath( " com.android.tools.build:gradle:4.1.0 " )
37
37
}
38
38
}
39
39
}
Original file line number Diff line number Diff line change 9
9
10
10
// //////////////////////////////////////////////////////
11
11
// /////////////// 支付宝标准版本支付SDK ///////////////////
12
- // /////// version:15.7.9 motify:2020.07.27 ///////////
12
+ // /////// version:15.8.03 motify:2021.04.29 ///////////
13
13
// //////////////////////////////////////////////////////
14
14
15
15
#import < UIKit/UIKit.h>
You can’t perform that action at this time.
0 commit comments