refactor: Move to upstream geolocator
This commit is contained in:
parent
b66c2ca8ff
commit
6d4cc45d07
7 changed files with 49 additions and 26 deletions
|
|
@ -86,3 +86,7 @@ dependencies {
|
|||
//implementation 'com.google.firebase:firebase-messaging:19.0.1' // Workaround for https://github.com/microg/android_packages_apps_GmsCore/issues/313#issuecomment-617651698
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
exclude group: 'com.google.android.gms'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue