Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Fix Sui not working with R8 full mode.
libsu has: -keep,allowobfuscation class * extends com.topjohnwu.superuser.ipc.RootService { *; } However since Shizuku-API doesn't use a particular base class and only requires the class to be extending IBinder, there's no good proguard rule that can be bundled within that library. So just mark our class with @keep for simplicity. Fixes: #1034
- Loading branch information