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
{{ message }}
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
现在咱仓库有俩构建,但是 Nightly Build 和 Release 的
versionCode递增是分开的。比如 Nightly Build 54(1.0.6)构建出来的 APK 的
versionCode是 2054,也就是 20 + 构建号,Release Build 12(1.0.7)构建出来的 APK 的versionCode是 2012。那么,只从普通用户来看,从 1.0.6(Nightly 构建)升到 1.0.7(Release 构建)时,在系统眼里是降级,但用户看到系统提示正在进行降级安装,岂不是显得有点怪()感觉影响面较小,毕竟少数人会去下 Nightly,不过现在这儿拉个 Issue xD