add proguard

This commit is contained in:
unknown
2021-01-05 10:11:00 +08:00
parent 17cd8c57e3
commit becc8b2ff5
16 changed files with 43 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
-keep class com.mogo.httpdns.IMogoHttpDns{*;}
-keep class com.mogo.httpdns.MogoHttpDnsHandler{*;}

View File

@@ -1,4 +1,4 @@
#-----Foundation-Commons-----
-keep class com.mogo.commons.data.BaseData{*;}
-keep class com.mogo.commons.voice.*{*;}
-keep interface * implements com.mogo.commons.mvp.IView
-keep interface * implements com.mogo.commons.mvp.*{*;}

View File

@@ -3,4 +3,5 @@
-keep class com.mogo.utils.network.CallerRestrictTo
-keep class com.mogo.utils.glide.GlideRoundedCornersTransform.CornerType
-keep class com.mogo.utils.logger.LogLevel{*;}
-keep class com.mogo.utils.sqlite.**{*;}
-keep class com.mogo.utils.sqlite.**{*;}
-keep class com.mogo.utils.network.HttpDns{*;}