Update Android runner

This commit is contained in:
Anton Tananaev 2025-05-09 22:15:27 -07:00
parent 37c0513c5d
commit 531b7eee02
10 changed files with 38 additions and 4 deletions

View file

@ -1,7 +1,15 @@
allprojects {
ext {
set("appCompatVersion", "1.7.0")
set("playServicesLocationVersion", "21.3.0")
}
repositories {
google()
mavenCentral()
// [required] background_geolocation
maven(url = "${project(":flutter_background_geolocation").projectDir}/libs")
// [required] background_fetch
maven(url = "${project(":background_fetch").projectDir}/libs")
}
}