File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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'
1515def DEFAULT_MIN_SDK_VERSION = 16
16- def DEFAULT_TARGET_SDK_VERSION = 28
16+ def DEFAULT_TARGET_SDK_VERSION = 29
1717
1818def 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}
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments