You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4) add the following codes to your `android/setting.gradle`
47
+
3) add the following codes to your `android/setting.gradle`
80
48
81
49
> you might have multiple 3rd party libraries, make sure that you don't create multiple include.
82
50
@@ -85,13 +53,13 @@ include ':app', ':molpay-mobile-xdk-reactnative-beta'
85
53
project(':molpay-mobile-xdk-reactnative-beta').projectDir = new File(rootProject.projectDir, '../node_modules/molpay-mobile-xdk-reactnative-beta/android')
86
54
```
87
55
88
-
5) edit `android/app/build.gradle` and add the following line inside `dependencies`
56
+
4) edit `android/app/build.gradle` and add the following line inside `dependencies`
0 commit comments