Files
MoGoEagleEye/foudations/mogo-commons/consumer-rules.pro
2021-01-04 16:29:06 +08:00

4 lines
173 B
Prolog

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