Upgrade background location lib

This commit is contained in:
Anton Tananaev 2026-01-15 07:27:28 -08:00
parent f4f597790a
commit 005eb0ece7
5 changed files with 51 additions and 51 deletions

View file

@ -6,10 +6,6 @@ allprojects {
repositories {
google()
mavenCentral()
// [required] background_geolocation
maven(url = "${project(":flutter_background_geolocation").projectDir}/libs")
// [required] background_fetch
maven(url = "${project(":background_fetch").projectDir}/libs")
}
}