1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

fix: 修复Android打包失败的问题 (#60 #24 #18 #38)

Co-authored-by: seven <seven@beansmile.com>
This commit is contained in:
chenqi777
2022-07-06 17:48:09 +08:00
committed by GitHub
parent ea658b8442
commit 82d3d7f978
2 changed files with 1 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ dependencies {
implementation 'com.facebook.react:react-native:+' // From node_modules
// 支付宝 SDK AAR 包所需的配置
// implementation (name: 'alipaySdk-15.7.7-20200702160044', ext: 'aar')
implementation 'com.alipay.sdk:alipaysdk-android:15.8.10@aar'
implementation fileTree(dir: "libs", include: ["*.aar"])
}