pull/433/head
gedoor 4 years ago
parent cfced34c2d
commit 9f150e5cd0
  1. 3
      app/proguard-rules.pro

@ -54,6 +54,8 @@
# Android开发中一些需要保留的公共部分 # Android开发中一些需要保留的公共部分
# #
############################################# #############################################
# 屏蔽错误Unresolved class name
#noinspection ShrinkerUnresolvedReference
# 保留我们使用的四大组件,自定义的Application等等这些类不被混淆 # 保留我们使用的四大组件,自定义的Application等等这些类不被混淆
# 因为这些子类都有可能被外部调用 # 因为这些子类都有可能被外部调用
@ -66,7 +68,6 @@
-keep public class * extends android.preference.Preference -keep public class * extends android.preference.Preference
-keep public class * extends android.view.View -keep public class * extends android.view.View
# 保留androidx下的所有类及其内部类 # 保留androidx下的所有类及其内部类
-keep class androidx.** {*;} -keep class androidx.** {*;}

Loading…
Cancel
Save