Skip to content

Commit 5d9ed01

Browse files
fix(android): replaced jCenter with mavenCentral (#519)
Co-authored-by: Matteo Danelli <matteo.danelli@docebo.com>
1 parent ca61f26 commit 5d9ed01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
if (project == rootProject) {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77

88
dependencies {
@@ -49,7 +49,6 @@ repositories {
4949
url("$rootDir/../node_modules/react-native/android")
5050
}
5151
google()
52-
jcenter()
5352
}
5453

5554
dependencies {

0 commit comments

Comments
 (0)