Skip to content

Commit 18db4d4

Browse files
fix (proguard): added a progruard keep rule for slf4j (#312)
* added a progruard keep rule for slf4j * prepare for release. i will cherry-pick this one commit to master as well.
1 parent 2168973 commit 18db4d4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.1.2
4+
January 7th, 2020
5+
6+
### Bug Fixes:
7+
* Add keep for log4j to proguard rules.
8+
39
## 3.1.1
410
July 23rd, 2019
511

proguard-rules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
# slf4j
5757
-dontwarn org.slf4j.**
58+
-keep class org.slf4j.** {*;}
5859

5960
# Android Logger
6061
-keep class com.noveogroup.android.log.** { *; }

0 commit comments

Comments
 (0)