chore: add proguard rules for hcaptcha

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-05-30 01:02:04 +02:00
parent f0fb105ed3
commit bb3bbd53f9
1 changed files with 5 additions and 1 deletions

View File

@ -67,4 +67,8 @@
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**
# End of excerpt.
-dontwarn org.slf4j.impl.**
-dontwarn org.slf4j.impl.**
# hCaptcha related
-dontwarn edu.umd.cs.findbugs.annotations.**
-dontwarn lombok.**