Commit 7f971f71 authored by topjohnwu's avatar topjohnwu

Make sure our constructor is preserved

parent 5c7b5952
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
# Workaround R8 bug # Workaround R8 bug
-keep,allowobfuscation class com.topjohnwu.magisk.model.receiver.GeneralReceiver -keep,allowobfuscation class com.topjohnwu.magisk.model.receiver.GeneralReceiver
-keepclassmembers class a.e { *; }
# 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