Update proguard rules

This commit is contained in:
topjohnwu 2021-12-10 02:36:15 -08:00
parent 08bdb0c1e4
commit 82ad2e6361

View File

@ -34,5 +34,4 @@
# Make sure R8/Proguard don't break things
-keep,allowobfuscation class * extends com.topjohnwu.superuser.Shell$Initializer { *; }
-keep,allowobfuscation class com.topjohnwu.superuser.ipc.IPCServer { *; }
-keep,allowobfuscation class * extends com.topjohnwu.superuser.ipc.RootService { *; }