mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[android] Fix snapshot repository url
This commit is contained in:
parent
ccbb78d3cc
commit
04d81a4fe3
@ -17,7 +17,7 @@ dependencyResolutionManagement {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
|
||||
}
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user