Skip to content

Commit

Permalink
Merge pull request #1 from keta1/master
Browse files Browse the repository at this point in the history
proguard-rules.pro
  • Loading branch information
KyuubiRan authored Dec 28, 2021
2 parents 2b91d7e + be2ac47 commit 6ba58b2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-repackageclasses "akinatorhelper"

-keep class me.kyuubiran.akinatorhelper.HookEntry {
<init>();
}

-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
public static void check*(...);
public static void throw*(...);
}

0 comments on commit 6ba58b2

Please sign in to comment.