mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-24 20:07:39 +00:00
Workaround R8 bug
This commit is contained in:
parent
9c27d691dd
commit
a02493fbaa
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@ -34,6 +34,9 @@
|
||||
# BootSigner
|
||||
-keep class a.a { *; }
|
||||
|
||||
# Workaround R8 bug
|
||||
-keep,allowobfuscation class com.topjohnwu.magisk.model.receiver.GeneralReceiver
|
||||
|
||||
# Strip logging
|
||||
-assumenosideeffects class timber.log.Timber.Tree { *; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user