We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93eeff1 + 0cc70db commit fe9f962Copy full SHA for fe9f962
1 file changed
android/build.gradle
@@ -4,7 +4,7 @@ def safeExtGet(prop, fallback) {
4
5
buildscript {
6
repositories {
7
- jcenter()
+ mavenCentral()
8
google()
9
}
10
@@ -32,7 +32,6 @@ android {
32
33
34
mavenCentral()
35
36
37
// maven {
38
// // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
@@ -44,4 +43,4 @@ dependencies {
44
43
implementation 'com.facebook.react:react-native:+'
45
implementation 'com.surveymonkey:surveymonkey-android-sdk:2.0.0'
46
47
-
+
0 commit comments