From 4bd0ec921e7ba0b074fef28604febd7ad9d57d01 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 31 Jul 2020 10:58:20 -0300 Subject: Enable code minification for release builds of all apps Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason. --- cashier/proguard-rules.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cashier/proguard-rules.pro') 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 { *; } -- cgit v1.2.3