GenshinProxy/app/proguard-rules.pro

44 lines
1.5 KiB
Prolog
Raw Permalink Normal View History

2022-05-11 06:11:32 +00:00
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
2022-05-14 15:19:16 +00:00
# proguardFiles setting in build.gradle.kts.
2022-05-11 06:11:32 +00:00
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
2022-05-14 10:04:21 +00:00
#-renamesourcefileattribute SourceFile
-keep class * implements de.robv.android.xposed.IXposedHookLoadPackage {
public void *(de.robv.android.xposed.callbacks.XC_LoadPackage$LoadPackageParam);
}
-keep class * implements de.robv.android.xposed.IXposedHookInitPackageResources {
public void *(de.robv.android.xposed.callbacks.XC_InitPackageResources$InitPackageResourcesParam);
}
-keep class * implements de.robv.android.xposed.IXposedHookZygoteInit {
public void *(de.robv.android.xposed.IXposedHookZygoteInit$StartupParam);
}
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
public static void check*(...);
public static void throw*(...);
}
-obfuscationdictionary genshinproxy-dic.txt
-classobfuscationdictionary genshinproxy-dic.txt
-packageobfuscationdictionary genshinproxy-dic.txt
-repackageclasses "xfk233.genshinproxy"