Fixes #53 - Suggest depicted country based on EXIF latitude/longitude (#4756)

* Fix - Suggest depicted country based on EXIF latitude/longitude

* Added null check and moved country suggestion to the end of the list
This commit is contained in:
Pratham Pahariya 2022-01-19 16:58:38 +05:30 committed by GitHub
parent d7474fc799
commit 7bcaab2442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 14 deletions

View file

@ -148,6 +148,8 @@ dependencies {
//Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation("io.github.coordinates2country:coordinates2country-android:1.2") { exclude group: 'com.google.android', module: 'android' }
}
android {