From 4ba67beb532dc760d066d1b76e219f07b1fc4e48 Mon Sep 17 00:00:00 2001 From: andrekir Date: Mon, 4 Mar 2024 17:14:33 -0300 Subject: [PATCH] refactor: replace `mgrs-android` library with NGA base MGRS API --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a18898a97..761e8654f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -216,7 +216,7 @@ dependencies { exclude group: 'com.j256.ormlite' } implementation 'com.github.MKergall:osmbonuspack:6.9.0' - implementation('mil.nga.mgrs:mgrs-android:2.2.2') { exclude group: 'com.google.android.gms' } + implementation "mil.nga:mgrs:2.1.2" testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'