mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-04 22:23:47 -04:00
Removed old dependency of MapBox V9.x.x
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user