Add protobuf lite exception for proguard.

This commit is contained in:
Alan Evans 2019-11-04 17:06:39 -05:00
parent aac7e9ea53
commit 48c72697c1

View file

@ -7,3 +7,5 @@
public void onEvent*(**);
}
# Protobuf lite
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }