Temporary snapshot maven

This commit is contained in:
Anton Tananaev 2026-02-12 21:36:57 -08:00
parent 5577b8a02b
commit 6cb5227c1d

View file

@ -4,6 +4,9 @@ allprojects {
set("playServicesLocationVersion", "21.3.0") set("playServicesLocationVersion", "21.3.0")
} }
repositories { repositories {
// background_geolocation
// [DEV] Sonatype SNAPSHOT url
maven(url = "https://central.sonatype.com/repository/maven-snapshots/")
google() google()
mavenCentral() mavenCentral()
} }