Upgrade AGP

This commit is contained in:
topjohnwu
2020-02-25 15:14:24 -08:00
parent e6464c5c7f
commit 0ce7da1bf6
2 changed files with 1 additions and 4 deletions

View File

@@ -38,9 +38,6 @@
# Fragments
-keep,allowobfuscation class * extends androidx.fragment.app.Fragment
# BaseWorkerWrapper
-keep,allowobfuscation class * extends com.topjohnwu.magisk.core.base.BaseWorkerWrapper
# Strip Timber verbose and debug logging
-assumenosideeffects class timber.log.Timber.Tree {
public void v(**);