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
|
# BootSigner
|
||||||
-keep class a.a { *; }
|
-keep class a.a { *; }
|
||||||
|
|
||||||
|
# Workaround R8 bug
|
||||||
|
-keep,allowobfuscation class com.topjohnwu.magisk.model.receiver.GeneralReceiver
|
||||||
|
|
||||||
# Strip logging
|
# Strip logging
|
||||||
-assumenosideeffects class timber.log.Timber.Tree { *; }
|
-assumenosideeffects class timber.log.Timber.Tree { *; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user