chore: update MGRS Android to 2.2.2

pull/620/head
andrekir 2023-04-14 07:35:12 -03:00
rodzic 88d415f2ce
commit 236c33715d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'