Skip to content

Commit

Permalink
Workaround R8 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Oct 19, 2019
1 parent 9c27d69 commit a02493f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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 { *; }

Expand Down

0 comments on commit a02493f

Please sign in to comment.