Skip to content

Commit fddf89c

Browse files
author
mrzhang
committed
update proguard-rules.pro
1 parent 03a3cf5 commit fddf89c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/proguard-rules.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
# If you keep the line number information, uncomment this to
2424
# hide the original source file name.
2525
#-renamesourcefileattribute SourceFile
26+
-keep interface * {
27+
<methods>;
28+
}
2629
-keep class com.luojilab.component.componentlib.** {*;}
30+
-keep class com.luojilab.router.** {*;}
31+
-keep class * implements com.luojilab.component.componentlib.router.ISyringe {*;}
2732
-keep class * implements com.luojilab.component.componentlib.applicationlike.IApplicationLike {*;}
2833
-dontwarn okio.**
2934
-dontwarn okhttp3.**

0 commit comments

Comments
 (0)