Add protobuf lite exception for proguard.
This commit is contained in:
parent
aac7e9ea53
commit
48c72697c1
1 changed files with 2 additions and 0 deletions
|
@ -7,3 +7,5 @@
|
|||
public void onEvent*(**);
|
||||
}
|
||||
|
||||
# Protobuf lite
|
||||
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }
|
||||
|
|
Loading…
Add table
Reference in a new issue