chore: add proguard rules for hcaptcha
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
f0fb105ed3
commit
bb3bbd53f9
|
|
@ -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.**
|
||||
Loading…
Reference in New Issue