Skip to content

Commit

Permalink
fix(android): replace jcenter with mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Sep 15, 2021
1 parent f602c5b commit 69c9422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
if (project == rootProject) {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
Expand Down Expand Up @@ -54,7 +54,7 @@ repositories {
url "$rootDir/../node_modules/jsc-android/dist"
}
google()
jcenter()
mavenCentral()
}

def glideVersion = safeExtGet('glideVersion', '4.11.0')
Expand Down

0 comments on commit 69c9422

Please sign in to comment.