We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5577b8a commit 6cb5227Copy full SHA for 6cb5227
1 file changed
android/build.gradle.kts
@@ -4,6 +4,9 @@ allprojects {
4
set("playServicesLocationVersion", "21.3.0")
5
}
6
repositories {
7
+ // background_geolocation
8
+ // [DEV] Sonatype SNAPSHOT url
9
+ maven(url = "https://central.sonatype.com/repository/maven-snapshots/")
10
google()
11
mavenCentral()
12
0 commit comments