fix 自动更新

This commit is contained in:
gallonyin
2023-05-27 17:02:49 +08:00
parent 6f3ceeeb5a
commit da48f0c585

View File

@@ -45,7 +45,8 @@ object HttpUtil {
UpdateConfig( UpdateConfig(
force = AppUtils.getAppVersionCode() < this.minVersionCode, force = AppUtils.getAppVersionCode() < this.minVersionCode,
serverVersionName = this.versionName, serverVersionName = this.versionName,
serverVersionCode = this.versionCode serverVersionCode = this.versionCode,
isShowNotification = false
) )
) )
.update() .update()