自动更新 去掉最新版本提示

master
hwf452 11 months ago
parent 88210bc0f8
commit 35a0ed1712

@ -170,8 +170,8 @@ class LoginActivity : BaseActivityOaToolbarViewBinding<ActivityLoginBinding>() {
if (isApkInDebug(context)) { if (isApkInDebug(context)) {
// 管理员 // 管理员
binding.etUsername.setText("ZHPS_Admin") // binding.etUsername.setText("ZHPS_Admin")
binding.etPassword.setText("Rehome.zhps@996") // binding.etPassword.setText("Rehome.zhps@996")
//公司内网215管理员 //公司内网215管理员
// binding.etUsername.setText("ZHPS_Admin") // binding.etUsername.setText("ZHPS_Admin")

@ -467,7 +467,7 @@ class MainActivity : BaseActivityOaToolbarViewBinding<ActivityMainBinding>() {
apkUrl(downloadURL) apkUrl(downloadURL)
apkName("珠电e办公.apk") apkName("珠电e办公.apk")
smallIcon(R.mipmap.ic_launcher) smallIcon(R.mipmap.ic_launcher)
showNewerToast(true) showNewerToast(false)
apkVersionCode(versionCode.toInt()) apkVersionCode(versionCode.toInt())
apkVersionName(versionName) apkVersionName(versionName)
apkDescription(description) apkDescription(description)

Loading…
Cancel
Save