mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: replace mgrs-android library with NGA base MGRS API
This commit is contained in:
parent
4f9011fe57
commit
4ba67beb53
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue