Skip to content

Commit

Permalink
Merge pull request #681 from gquarles/master
Browse files Browse the repository at this point in the history
Migrate android plugins from jcenter to mavenCentral
  • Loading branch information
Lyokone authored Jan 14, 2022
2 parents 71d0527 + 9a25e38 commit 49e6993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/location/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
ext.kotlin_version = '1.4.20'
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -17,7 +17,6 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/location/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext.kotlin_version = '1.4.20'
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -14,7 +14,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit 49e6993

Please sign in to comment.