mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
fix(android): Adding mavenCentral() as jcenter() is shutting down (#1961)
Adding mavenCentral() as jcenter() is shutting down
This commit is contained in:
@@ -8,6 +8,7 @@ buildscript {
|
||||
// module dependency in an application project.
|
||||
if (project == rootProject) {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
@@ -18,6 +19,7 @@ buildscript {
|
||||
}
|
||||
} else {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user