Skip to content

Commit

Permalink
chore: add consumer-rules.pro
Browse files Browse the repository at this point in the history
close #229
  • Loading branch information
tony19 committed Nov 12, 2022
1 parent b7ce0e8 commit 2e00aa6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions logback-android/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Issue #229
-keepclassmembers class ch.qos.logback.classic.pattern.* { <init>(); }

# The following rules should only be used if you plan to keep
# the logging calls in your released app.
-keepclassmembers ch.qos.logback.** { *; }
-keepclassmembers org.slf4j.impl.** { *; }
-keepattributes *Annotation*

0 comments on commit 2e00aa6

Please sign in to comment.