fix: production build config

This commit is contained in:
2026-06-08 23:05:04 +02:00
parent f4b74ee43d
commit 36d04f5c87
2 changed files with 21 additions and 2 deletions
+4 -1
View File
@@ -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 all protobuf generated message classes and their fields
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }