Skip to content

Commit

Permalink
Fixed proguard-rules causing protobuf to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopotediosi committed Nov 26, 2022
1 parent 8b2f321 commit 95fff57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

# Keep protobuf autogenerated classes
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }

0 comments on commit 95fff57

Please sign in to comment.