Skip to content

Commit

Permalink
Add proguard rules for protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Feb 8, 2024
1 parent b3ee4e4 commit 07216a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@
-dontwarn org.conscrypt.**
-dontwarn kotlinx.serialization.**

# Keep DataStore fields
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite* {
<fields>;
}

-repackageclasses dev.sanmer.pi

0 comments on commit 07216a1

Please sign in to comment.