Skip to content

Commit adb2b67

Browse files
committed
Add a ProGuard rule to ignore warnings from the BouncyCastle library.
1 parent 19d26a2 commit adb2b67

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

android_app/app/proguard-rules.pro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,7 @@
5656
# Keep all classes that extend CoroutineWorker and BroadcastReceiver
5757
# The standard rules from AndroidManifest usually handle this, but being explicit is safer.
5858
-keep class * extends androidx.work.CoroutineWorker
59-
-keep class * extends android.content.BroadcastReceiver
59+
-keep class * extends android.content.BroadcastReceiver
60+
61+
# BouncyCastle
62+
-dontwarn org.bouncycastle.**

0 commit comments

Comments
 (0)