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

feat(android): 在Android 端实现支付。

This commit is contained in:
jaywcjlove
2020-07-07 22:46:38 +08:00
parent 98f50d4d5a
commit 24180c67d6
4 changed files with 46 additions and 3 deletions

View File

@@ -73,6 +73,10 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
// 支付宝 SDK AAR 包所需的配置
// implementation (name: 'alipaySdk-15.7.7-20200702160044', ext: 'aar')
implementation fileTree(dir: "libs", include: ["*.aar"])
}
def configureReactNativePom(def pom) {