Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Update proguard-logback-android.pro #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions libraries/proguard-logback-android.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
#
# Tested on the following *.gradle dependencies
#
# compile 'org.slf4j:slf4j-api:1.7.7'
# compile 'com.github.tony19:logback-android-core:1.1.1-3'
# compile 'com.github.tony19:logback-android-classic:1.1.1-3'
# compile 'org.slf4j:slf4j-api:1.7.25'
# compile 'com.github.tony19:logback-android-core:2.0.0'
#

-keep class ch.qos.** { *; }
-keep class org.slf4j.** { *; }
-keepattributes *Annotation*
-dontwarn ch.qos.logback.core.net.*

-dontwarn javax.mail.**
-dontwarn javax.naming.Context
-dontwarn javax.naming.InitialContext