Commit 9246f44a authored by wind.wang's avatar wind.wang

wechat pay lib use gradle

parent c77a4cd4
...@@ -40,8 +40,10 @@ android { ...@@ -40,8 +40,10 @@ android {
dependencies { dependencies {
api fileTree(include: ['*.jar'], dir: 'libs') api fileTree(include: ['*.jar'], dir: 'libs')
api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
implementation 'androidx.annotation:annotation:1.0.0' implementation 'androidx.annotation:annotation:1.0.0'
implementation 'com.facebook.react:react-native:+' implementation 'com.facebook.react:react-native:+'
// From node_moduless // From node_moduless
implementation 'com.google.code.gson:gson:2.5' implementation 'com.google.code.gson:gson:2.5'
} }
This diff is collapsed.
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
"start": "react-native start", "start": "react-native start",
"test": "jest" "test": "jest"
}, },
"version": "1.3.4" "version": "1.3.5"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment