Update MIN_ROLLING_VERSION_CODE
This commit is contained in:
parent
0bc6407caf
commit
7391df7fd3
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue