From 236c33715d2c0d8994964a4c26626517eb26b12c Mon Sep 17 00:00:00 2001 From: andrekir Date: Fri, 14 Apr 2023 07:35:12 -0300 Subject: [PATCH] chore: update MGRS Android to 2.2.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9822b4046..999b479be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -186,7 +186,7 @@ dependencies { implementation "org.osmdroid:osmdroid-wms:$osmdroid_version" implementation "org.osmdroid:osmdroid-geopackage:$osmdroid_version" implementation 'com.github.MKergall:osmbonuspack:6.9.0' - implementation('mil.nga.mgrs:mgrs-android:2.2.1') { exclude group: 'com.google.android.gms' } + implementation('mil.nga.mgrs:mgrs-android:2.2.2') { exclude group: 'com.google.android.gms' } testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'