Migrate to AGP 4.1.0

This commit is contained in:
topjohnwu
2020-10-17 06:32:49 -07:00
parent 468796c23d
commit a079966f97
4 changed files with 9 additions and 24 deletions
-6
View File
@@ -35,12 +35,6 @@
void onResponse(org.json.JSONObject);
}
# Fragments
# TODO: Remove when AGP 4.1 release
# https://issuetracker.google.com/issues/142601969
-keep,allowobfuscation class * extends androidx.fragment.app.Fragment
-keepnames class androidx.navigation.fragment.NavHostFragment
# Strip Timber verbose and debug logging
-assumenosideeffects class timber.log.Timber.Tree {
public void v(**);