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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 implementation 'com.facebook.react:react-native:+' // From node_modules
// SDK AAR // 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"]) implementation fileTree(dir: "libs", include: ["*.aar"])
} }