From f0294a79552199fe3cae518d57e593f42313da3b Mon Sep 17 00:00:00 2001 From: andrekir Date: Wed, 18 Jan 2023 21:36:42 -0300 Subject: [PATCH] fix: exclude com.google.android.gms from mil.nga.mgrs:mgrs-android --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c06017eda..403be2a09 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