File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 // version which we should use in this build
1414 def mapboxNavigatorVersion = System . getenv(" FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION" )
1515 if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == ' ' ) {
16- mapboxNavigatorVersion = ' 205 .0.0'
16+ mapboxNavigatorVersion = ' 206 .0.0'
1717 }
1818 println (" Navigation Native version: " + mapboxNavigatorVersion)
1919 def androidXWorkManagerVersion = project. hasProperty(' WORK_MANAGER_VERSION' ) ? project. property(' WORK_MANAGER_VERSION' ) : ' 2.7.0'
@@ -22,10 +22,10 @@ ext {
2222 println (" AndroidX Lifecycle version: " + androidXLifecycleVersion)
2323
2424 version = [
25- mapboxMapSdk : ' 10.16.6 ' ,
25+ mapboxMapSdk : ' 10.18.1 ' ,
2626 mapboxSdkServices : ' 6.15.0' ,
2727 mapboxNavigator : " ${ mapboxNavigatorVersion} " ,
28- mapboxCommonNative : ' 23.9.3 ' ,
28+ mapboxCommonNative : ' 23.10.1 ' ,
2929 mapboxCrashMonitor : ' 2.0.0' ,
3030 mapboxAnnotationPlugin : ' 0.8.0' ,
3131 mapboxBaseAndroid : ' 0.8.0' ,
You can’t perform that action at this time.
0 commit comments