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 Dec 13, 2023. It is now read-only.
Is your feature request related to a problem?/你的请求是否与某个问题相关?
修改后的apk如果有新版,应用商店会检测出来并尝试更新,但由于签名不同,实际上并不会更新,就会一直提示更新。
Describe the solution you'd like/描述你想要的解决方案
增加一个功能可以把versionCode改成2147483647(versionCode允许的最大值)这样应用商店就不会检测出更新了,也不会有任何提示。
Additional context/其他信息
目前已经有把versionCode改成1的功能了,增加一个改2147483647功能应该不难吧。