Skip to content

Commit 36b669d

Browse files
moved to sdk rules (#313)
1 parent 0e331f3 commit 36b669d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4247
July 23rd, 2019

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.** { *; }

test-app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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.** { *; }

0 commit comments

Comments
 (0)