File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ ext {
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 = ' 324.12.1 '
16+ mapboxNavigatorVersion = ' 324.12.2 '
1717 }
1818 println (" Navigation Native version: " + mapboxNavigatorVersion)
1919
2020 version = [
21- mapboxMapSdk : ' 11.12.1 ' ,
21+ mapboxMapSdk : ' 11.12.2 ' ,
2222 mapboxSdkServices : ' 7.4.0' ,
2323 mapboxNavigator : " ${ mapboxNavigatorVersion} " ,
24- mapboxCommonNative : ' 24.12.1 ' ,
25- mapboxNavSdkCpp : ' 0.12.1 ' ,
24+ mapboxCommonNative : ' 24.12.2 ' ,
25+ mapboxNavSdkCpp : ' 0.12.2 ' ,
2626 mapboxSearch : ' 2.12.0' ,
2727 mapboxBaseAndroid : ' 0.11.0' ,
2828 androidXActivity : ' 1.7.1' ,
You can’t perform that action at this time.
0 commit comments