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
37
37
### Deprecated
38
38
* DatafileHandler interface has been deprecated. In the future we will start using the ProjectConfigManager from the Java SDK mentioned above.
39
39
40
+ ## 3.1.2
41
+ January 7th, 2020
42
+
43
+ ### Bug Fixes:
44
+ * Add keep for log4j to proguard rules.
40
45
41
46
## 3.1.1
42
47
July 23rd, 2019
Original file line number Diff line number Diff line change 55
55
56
56
# slf4j
57
57
-dontwarn org.slf4j.**
58
+ -keep class org.slf4j.** {*;}
58
59
59
60
# Android Logger
60
61
-keep class com.noveogroup.android.log.** { *; }
Original file line number Diff line number Diff line change 40
40
41
41
# slf4j
42
42
#-dontwarn org.slf4j.**
43
- -keep class org.slf4j.** {*;}
43
+ # -keep class org.slf4j.** {*;}
44
44
45
45
# Android Logger
46
46
#-keep class com.noveogroup.android.log.** { *; }
You can’t perform that action at this time.
0 commit comments