diff --git a/android/build.gradle.kts b/android/build.gradle.kts index b00d255..9500c38 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -4,6 +4,9 @@ allprojects { set("playServicesLocationVersion", "21.3.0") } repositories { + // background_geolocation + // [DEV] Sonatype SNAPSHOT url + maven(url = "https://central.sonatype.com/repository/maven-snapshots/") google() mavenCentral() }