diff --git a/MOLPayReactExampleProject/android/build.gradle b/MOLPayReactExampleProject/android/build.gradle index eed9972..ff1e1d0 100644 --- a/MOLPayReactExampleProject/android/build.gradle +++ b/MOLPayReactExampleProject/android/build.gradle @@ -16,6 +16,7 @@ allprojects { repositories { mavenLocal() jcenter() + maven { url "https://maven.google.com" } maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android"