Skip to content

Commit 82d3d7f

Browse files
fix: 修复Android打包失败的问题 (#60 #24 #18 #38)
Co-authored-by: seven <seven@beansmile.com>
1 parent ea658b8 commit 82d3d7f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
implementation 'com.facebook.react:react-native:+' // From node_modules
7676

7777
// 支付宝 SDK AAR 包所需的配置
78-
// implementation (name: 'alipaySdk-15.7.7-20200702160044', ext: 'aar')
78+
implementation 'com.alipay.sdk:alipaysdk-android:15.8.10@aar'
7979
implementation fileTree(dir: "libs", include: ["*.aar"])
8080
}
8181

Binary file not shown.

0 commit comments

Comments
 (0)