8 lines
219 B
Prolog
8 lines
219 B
Prolog
|
|
# Add project specific ProGuard rules here.
|
||
|
|
-keepattributes *Annotation*
|
||
|
|
-keep class com.tiangong.aiagent.data.remote.dto.** { *; }
|
||
|
|
|
||
|
|
# Bugly
|
||
|
|
-dontwarn com.tencent.bugly.**
|
||
|
|
-keep public class com.tencent.bugly.** { *; }
|