[Bus/Taxi driver v2.8.0]version->2.8.0; app启动埋点app_version改用versionName
This commit is contained in:
@@ -57,7 +57,7 @@ object AnalyticsManager {
|
||||
val map: MutableMap<String, Any> = ArrayMap()
|
||||
map["debug"] = if (isDebug) 1 else 0
|
||||
map["sn"] = MoGoAiCloudClientConfig.getInstance().sn
|
||||
map["app_version"] = AppUtils.getAppVersionCode()
|
||||
map["app_version"] = AppUtils.getAppVersionName()
|
||||
map["app_identity_mode"] = FunctionBuildConfig.appIdentityMode
|
||||
|
||||
return map
|
||||
|
||||
Reference in New Issue
Block a user