Skip to content

Commit 6ba58b2

Browse files
authored
Merge pull request #1 from keta1/master
proguard-rules.pro
2 parents 2b91d7e + be2ac47 commit 6ba58b2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

app/proguard-rules.pro

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@
1818

1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
21-
#-renamesourcefileattribute SourceFile
21+
#-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

Comments
 (0)