[android] Fix snapshot repository url

This commit is contained in:
Mario Zechner 2026-03-14 13:46:09 +01:00
parent ccbb78d3cc
commit 04d81a4fe3

View File

@ -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()
}