Skip to content

Commit

Permalink
chore: Move jcenter dependency under mavenCentral (#5381)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 18, 2022
1 parent 1c756b7 commit a4f9bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/capacitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {

repositories {
google()
jcenter()
mavenCentral()
jcenter()
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion capacitor-cordova-android-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {

repositories {
google()
jcenter()
mavenCentral()
jcenter()
flatDir{
dirs 'src/main/libs', 'libs'
}
Expand Down

0 comments on commit a4f9bd5

Please sign in to comment.