Skip to content

Commit

Permalink
update proguard rules for junit
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-miranda committed Apr 28, 2024
1 parent bd4947e commit e02d677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**

# JUnit
-keep class org.apiguardian.api.** { *; }

0 comments on commit e02d677

Please sign in to comment.