Skip to content

Commit

Permalink
Add protobuf lite exception for proguard.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Nov 9, 2019
1 parent aac7e9e commit 48c7269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
public void onEvent*(**);
}

# Protobuf lite
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }

0 comments on commit 48c7269

Please sign in to comment.