Update Android runner
This commit is contained in:
parent
37c0513c5d
commit
531b7eee02
10 changed files with 38 additions and 4 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue