We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2168973 commit 18db4d4Copy full SHA for 18db4d4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Optimizely Android X SDK Changelog
2
3
+## 3.1.2
4
+January 7th, 2020
5
+
6
+### Bug Fixes:
7
+* Add keep for log4j to proguard rules.
8
9
## 3.1.1
10
July 23rd, 2019
11
proguard-rules.txt
@@ -55,6 +55,7 @@
55
56
# slf4j
57
-dontwarn org.slf4j.**
58
+-keep class org.slf4j.** {*;}
59
60
# Android Logger
61
-keep class com.noveogroup.android.log.** { *; }
0 commit comments