Ensure R8 keeps methods called externally by Shizuku (#3676)

* Ensure R8 keeps methods called externally by Shizuku

* Changelog
This commit is contained in:
NGB-Was-Taken
2026-08-02 17:38:49 +05:45
committed by GitHub
parent 1d8a2b05dd
commit d7f3ceef5c
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -89,3 +89,9 @@
# KotlinX Datetime
-keep,allowoptimization class kotlinx.datetime.** { public protected *; }
# Methods called by Shizuku only
-keepclassmembers class mihon.app.shizuku.ShellInterface {
public <init>();
public void destroy();
}