1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-25 21:20:51 +00:00

Make sure our constructor is preserved

This commit is contained in:
topjohnwu 2019-10-23 07:51:32 -04:00
parent 5c7b59524d
commit 7f971f7173

@ -36,6 +36,7 @@
# Workaround R8 bug
-keep,allowobfuscation class com.topjohnwu.magisk.model.receiver.GeneralReceiver
-keepclassmembers class a.e { *; }
# Strip logging
-assumenosideeffects class timber.log.Timber.Tree { *; }