update log4j 1.2.17 -> log4j 2.11.2

(log4j 2.12.x latest needs higher Android API)
This commit is contained in:
Anthony Calosa
2019-11-02 10:07:13 +08:00
parent 446fb59473
commit 001a1981cf
6 changed files with 38 additions and 15 deletions

View File

@@ -27,6 +27,8 @@
-dontwarn java.lang.**
-dontwarn org.slf4j.**
-dontwarn javax.**
-dontwarn org.apache.logging.log4j.**
-dontwarn module-info
# mandatory proguard rules for cache2k to keep the core implementation
-dontwarn org.cache2k.impl.xmlConfiguration.**