We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b91d7e + be2ac47 commit 6ba58b2Copy full SHA for 6ba58b2
app/proguard-rules.pro
@@ -18,4 +18,14 @@
18
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
-#-renamesourcefileattribute SourceFile
+#-renamesourcefileattribute SourceFile
22
+-repackageclasses "akinatorhelper"
23
+
24
+-keep class me.kyuubiran.akinatorhelper.HookEntry {
25
+ <init>();
26
+}
27
28
+-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
29
+ public static void check*(...);
30
+ public static void throw*(...);
31
0 commit comments