修复svga库被混淆不显示问题
This commit is contained in:
parent
20a6bae5ff
commit
9360e5438c
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -235,4 +235,9 @@ rx.internal.util.atomic.LinkedQueueNode* consumerNode;
|
|||||||
}
|
}
|
||||||
-keep class com.faceunity.wrapper.faceunity$LoadConfig*{
|
-keep class com.faceunity.wrapper.faceunity$LoadConfig*{
|
||||||
private static boolean sLoadedLibrary;
|
private static boolean sLoadedLibrary;
|
||||||
|
}
|
||||||
|
#----svga
|
||||||
|
-keep class com.opensource.svgaplayer.**{
|
||||||
|
public <methods>;
|
||||||
|
public static <fields>;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user