Skip to content

Commit 2164803

Browse files
authored
Merge pull request #95 from optimizely/update-proguard-rules
Update proguard-rules.pro
2 parents 94d60b9 + 4a96944 commit 2164803

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shared/proguard-rules.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-keepnames class com.google.gson.Gson
20+
-keepnames class com.fasterxml.jackson.databind.ObjectMappe
21+
-keepnames class org.json.simple.JSONObject
22+
-keepnames class org.json.JSONObject

0 commit comments

Comments
 (0)