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

feat(Android): Add registerApp props.

This commit is contained in:
jaywcjlove
2020-08-01 21:26:56 +08:00
parent b3a4a328cc
commit f1d0bc8c0d
5 changed files with 24 additions and 5 deletions

View File

@@ -73,6 +73,10 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
// 微信SDK
// Android Studio环境下已改用gradle形式发布到jcenter请开发者使用gradle来编译、更新微信SDK。
// 在build.gradle文件中添加如下依赖即可
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
}
def configureReactNativePom(def pom) {