refactor: Move to upstream geolocator

This commit is contained in:
Krille 2024-11-07 14:07:58 +01:00
commit 6d4cc45d07
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
7 changed files with 49 additions and 26 deletions

View file

@ -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'
}