krschultz / android-proguard-snippets

Proguard configurations for common Android libraries
http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/
Apache License 2.0
4.59k stars 598 forks source link

Add rules for log4j #134

Open j796160836 opened 7 years ago

j796160836 commented 7 years ago

Add rules for Apache Log4j logging library https://logging.apache.org/log4j/


gradle dependencies is listed below

dependencies {
    compile 'de.mindpipe.android:android-logging-log4j:1.0.3'
    compile 'log4j:log4j:1.2.17'
}