[Bus/Taxi driver v2.8.0]version->2.8.0; app启动埋点app_version改用versionName

This commit is contained in:
pangfan
2022-06-23 16:07:55 +08:00
parent e9e54c6b56
commit 7b809e6413
3 changed files with 4 additions and 4 deletions

View File

@@ -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