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

Compare commits

...

2 Commits

Author SHA1 Message Date
jaywcjlove
efca2a08f8 released v5.0.0 (#60 #24 #18 #38) 2022-07-06 17:55:47 +08:00
chenqi777
82d3d7f978 fix: 修复Android打包失败的问题 (#60 #24 #18 #38)
Co-authored-by: seven <seven@beansmile.com>
2022-07-06 17:48:09 +08:00
3 changed files with 2 additions and 2 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"])
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "@uiw/react-native-alipay", "name": "@uiw/react-native-alipay",
"title": "React Native Alipay", "title": "React Native Alipay",
"version": "4.0.3", "version": "5.0.0",
"description": "基于 React Native 的支付宝插件支持Android/iOS。", "description": "基于 React Native 的支付宝插件支持Android/iOS。",
"main": "index.js", "main": "index.js",
"typings": "index.d.ts", "typings": "index.d.ts",