This commit is contained in:
parent
e05f175be1
commit
515f527cb2
|
|
@ -10,7 +10,7 @@ val Typography = Typography(
|
||||||
bodyLarge = TextStyle(
|
bodyLarge = TextStyle(
|
||||||
fontFamily = FontFamily.Default,
|
fontFamily = FontFamily.Default,
|
||||||
fontWeight = FontWeight.Normal,
|
fontWeight = FontWeight.Normal,
|
||||||
fontSize = 18.sp,
|
fontSize = 17.sp,
|
||||||
lineHeight = 24.sp,
|
lineHeight = 24.sp,
|
||||||
letterSpacing = 0.5.sp
|
letterSpacing = 0.5.sp
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ public class Constants {
|
||||||
final static public String ORIGINAL_APK_ASSET_PATH = "assets/lspatch/origin.apk";
|
final static public String ORIGINAL_APK_ASSET_PATH = "assets/lspatch/origin.apk";
|
||||||
final static public String EMBEDDED_MODULES_ASSET_PATH = "assets/lspatch/modules/";
|
final static public String EMBEDDED_MODULES_ASSET_PATH = "assets/lspatch/modules/";
|
||||||
|
|
||||||
final static public String PATCH_FILE_SUFFIX = "-npatched.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 = 348;
|
final static public int MIN_ROLLING_VERSION_CODE = 348;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue