We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d26a2 commit adb2b67Copy full SHA for adb2b67
1 file changed
android_app/app/proguard-rules.pro
@@ -56,4 +56,7 @@
56
# Keep all classes that extend CoroutineWorker and BroadcastReceiver
57
# The standard rules from AndroidManifest usually handle this, but being explicit is safer.
58
-keep class * extends androidx.work.CoroutineWorker
59
--keep class * extends android.content.BroadcastReceiver
+-keep class * extends android.content.BroadcastReceiver
60
+
61
+# BouncyCastle
62
+-dontwarn org.bouncycastle.**
0 commit comments