diff options
Diffstat (limited to 'cashier/proguard-rules.pro')
-rw-r--r-- | cashier/proguard-rules.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cashier/proguard-rules.pro b/cashier/proguard-rules.pro index f1b4245..f612b29 100644 --- a/cashier/proguard-rules.pro +++ b/cashier/proguard-rules.pro @@ -19,3 +19,7 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile + +# androidx.security:security-crypto +# https://github.com/google/tink/issues/361 +-keep class * extends com.google.crypto.tink.shaded.protobuf.GeneratedMessageLite { *; } |