mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-24 04:05:12 +00:00
replace jcenter with maven central
This commit is contained in:
parent
02f7fe62ba
commit
b1a51f837f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ buildscript {
|
|||
val kotlinVersion by extra("1.5.30")
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -23,7 +23,7 @@ buildscript {
|
|||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven(url = "https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue