refactor: replace mgrs-android library with NGA base MGRS API

This commit is contained in:
andrekir
2024-03-04 17:14:33 -03:00
parent 4f9011fe57
commit 4ba67beb53

View File

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