Workaround R8 bug

This commit is contained in:
topjohnwu 2019-10-19 05:44:56 -04:00
parent 9c27d691dd
commit a02493fbaa

View File

@ -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 { *; }