[map-sdk]修改天空盒雾化效果 3.3.3.14

This commit is contained in:
jiaguofeng
2024-01-08 18:29:45 +08:00
parent e6667af8c4
commit 4e0676818e
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ MOGO_LOCATION_VERSION=1.4.7.23
MOGO_TELEMATIC_VERSION=1.4.7.23
######## MogoAiCloudSDK Version ########
# 自研地图
MAP_SDK_VERSION=3.3.3.13
MAP_SDK_VERSION=3.3.3.14
MAP_SDK_DATA_VERSION=1.0.0.7
MAP_SDK_OPERATION_VERSION=1.1.4.1
# websocket

View File

@@ -19,7 +19,7 @@ object MapStyleHelper {
private val TAG = javaClass.simpleName
//更新样式时版本+1
val currentStyleVersion = 67
val currentStyleVersion = 68
private var copyJob:Job? = null