Update MIN_ROLLING_VERSION_CODE

This commit is contained in:
Nullptr 2022-10-24 01:12:27 +08:00 committed by GitHub
parent 0bc6407caf
commit 7391df7fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public class Constants {
final static public String PATCH_FILE_SUFFIX = "-lspatched.apk"; final static public String PATCH_FILE_SUFFIX = "-lspatched.apk";
final static public String PROXY_APP_COMPONENT_FACTORY = "org.lsposed.lspatch.metaloader.LSPAppComponentFactoryStub"; final static public String PROXY_APP_COMPONENT_FACTORY = "org.lsposed.lspatch.metaloader.LSPAppComponentFactoryStub";
final static public String MANAGER_PACKAGE_NAME = "org.lsposed.lspatch"; final static public String MANAGER_PACKAGE_NAME = "org.lsposed.lspatch";
final static public int MIN_ROLLING_VERSION_CODE = 341; final static public int MIN_ROLLING_VERSION_CODE = 348;
final static public int SIGBYPASS_LV_DISABLE = 0; final static public int SIGBYPASS_LV_DISABLE = 0;
final static public int SIGBYPASS_LV_PM = 1; final static public int SIGBYPASS_LV_PM = 1;