diff --git a/app/build.gradle b/app/build.gradle index c06017ed..403be2a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -166,7 +166,7 @@ dependencies { implementation 'org.osmdroid:osmdroid-android:6.1.14' implementation 'com.github.MKergall:osmbonuspack:6.9.0' implementation 'org.osmdroid:osmdroid-wms:6.1.14' - api 'mil.nga.mgrs:mgrs-android:2.2.0' + implementation('mil.nga.mgrs:mgrs-android:2.2.1') { exclude group: 'com.google.android.gms' } implementation 'org.osmdroid:osmdroid-geopackage:6.1.14' // optional - Kotlin Extensions and Coroutines support for Room