From 977edf4d8d4b9f693081878a5dbce17a73728deb Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Sat, 9 Aug 2025 11:12:05 -0500 Subject: [PATCH] Add proguard rule for microsoft --- app/proguard.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/app/proguard.pro b/app/proguard.pro index 6ccbb322c..cee1470bd 100644 --- a/app/proguard.pro +++ b/app/proguard.pro @@ -59,5 +59,6 @@ -dontwarn com.google.android.libraries.identity.** -dontwarn edu.umd.cs.findbugs.annotations.** -dontwarn com.google.crypto.tink.subtle.** +-dontwarn net.jcip.annotations.** -keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { ; }