[3.4.0-map-sdk] merge

This commit is contained in:
zhongchao
2023-09-20 09:56:00 +08:00
264 changed files with 496 additions and 230 deletions

View File

@@ -253,6 +253,11 @@ class MoGoUpgradeProviderImpl: IMoGoUpgradeProvider {
} catch (t: Throwable) {
t.printStackTrace()
}
try {
UpgradeDbHelper.deleteRecord(success.versionName)
} catch (t:Throwable) {
t.printStackTrace()
}
return@also
}
}