File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ This minor release updates the SDK to use the Optimizely Java SDK 3.2.1 which in
3737### Deprecated
3838* DatafileHandler interface has been deprecated. In the future we will start using the ProjectConfigManager from the Java SDK mentioned above.
3939
40+ ## 3.1.2
41+ January 7th, 2020
42+
43+ ### Bug Fixes:
44+ * Add keep for log4j to proguard rules.
4045
4146## 3.1.1
4247July 23rd, 2019
Original file line number Diff line number Diff line change 5555
5656# slf4j
5757-dontwarn org.slf4j.**
58+ -keep class org.slf4j.** {*;}
5859
5960# Android Logger
6061-keep class com.noveogroup.android.log.** { *; }
Original file line number Diff line number Diff line change 4040
4141# slf4j
4242#-dontwarn org.slf4j.**
43- -keep class org.slf4j.** {*;}
43+ # -keep class org.slf4j.** {*;}
4444
4545# Android Logger
4646#-keep class com.noveogroup.android.log.** { *; }
You can’t perform that action at this time.
0 commit comments