Skip to content

Commit

Permalink
fix: 修复Android打包失败的问题 (#60 #24 #18 #38)
Browse files Browse the repository at this point in the history
Co-authored-by: seven <seven@beansmile.com>
  • Loading branch information
chenqi777 and sevenbeansmile committed Jul 6, 2022
1 parent ea658b8 commit 82d3d7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
}

Expand Down
Binary file not shown.

0 comments on commit 82d3d7f

Please sign in to comment.