You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我想能否再versionCode 的判断前面,再加个版本号的判断?
例如,当前是1.0.0+10,我想升级到2.0.0+5,由于5小于10,就无法更新版本了。
if (updateInfo.versionCode! <= int.parse(packageInfo.buildNumber)) { hasUpdate = false; }
作者大大能不能再加个判断哇?多谢啦~~~
@xuexiangjys
Beta Was this translation helpful? Give feedback.
All reactions