Skip to content

Commit

Permalink
修改为 mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCheen committed Oct 31, 2022
1 parent 370987b commit 4bfde12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {

repositories {
google()
jcenter()

mavenCentral()
// jcenter()
// maven {
// url = "$rootProject.projectDir/repos"
// }
Expand All @@ -22,7 +22,8 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
// jcenter()
maven { url 'https://jitpack.io' }
}
}
Expand Down

0 comments on commit 4bfde12

Please sign in to comment.