We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03174ef commit 3434987Copy full SHA for 3434987
android/build.gradle
@@ -17,7 +17,6 @@ repositories {
17
url "$rootDir/../node_modules/jsc-android/dist"
18
}
19
google()
20
- jcenter()
21
22
23
buildscript {
@@ -28,7 +27,7 @@ buildscript {
28
27
if (project == rootProject) {
29
repositories {
30
31
+ mavenCentral()
32
33
dependencies {
34
classpath 'com.android.tools.build:gradle:4.1.0'
0 commit comments