walkerzhy
Results
2
comments of
walkerzhy
//noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules // 支付宝 SDK AAR 包所需的配置 implementation (name: 'alipaysdk-15.8.03.210428205839', ext: 'aar') // implementation fileTree(dir: "libs", include: ["*.aar"]) flatDir { dirs "$rootDir/../node_modules/@uiw/react-native-alipay/android/libs" } 真的有用