Commit a02493fb authored by topjohnwu's avatar topjohnwu

Workaround R8 bug

parent 9c27d691
...@@ -34,6 +34,9 @@ ...@@ -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 { *; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment