mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Removed old dependency of MapBox V9.x.x
This commit is contained in:
parent
b5a09d502a
commit
f4bfcb85f7
2 changed files with 3 additions and 8 deletions
|
|
@ -7,8 +7,8 @@ import com.geeksville.android.GeeksvilleApplication
|
|||
import com.geeksville.android.Logging
|
||||
import com.geeksville.util.Exceptions
|
||||
import com.google.firebase.crashlytics.FirebaseCrashlytics
|
||||
import com.mapbox.mapboxsdk.Mapbox
|
||||
|
||||
import com.mapbox.maps.loader.MapboxMaps
|
||||
import com.mapbox.maps.plugin.Plugin
|
||||
|
||||
class MeshUtilApplication : GeeksvilleApplication() {
|
||||
|
||||
|
|
@ -50,7 +50,5 @@ class MeshUtilApplication : GeeksvilleApplication() {
|
|||
sendCrashReports() // Send the new report
|
||||
}
|
||||
}
|
||||
|
||||
Mapbox.getInstance(this, getString(R.string.mapbox_access_token))
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue