Skip to content

Commit

Permalink
adjust proguard config for autodsl
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Apr 13, 2022
1 parent d1ca875 commit 5a5f17f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acra-core/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# ACRA uses enum fields in annotations, so we have to keep those
-keep enum org.acra.** {*;}

# ACRA uses autodsl which accesses constructors using reflection
-keepclassmembers class * implements org.acra.config.Configuration { <init>(...); }

-dontwarn android.support.**

-dontwarn com.faendir.kotlin.autodsl.DslInspect
Expand Down

0 comments on commit 5a5f17f

Please sign in to comment.