Commit 4a96944
authored
Update proguard-rules.pro
The java core needs this class names to be intact to detect the right parser to use. The Android SDK compiles gson so it should be available. Ebay's proguard issue indicated that org.json.JSONObject was being used, however. The reason gson is compiled is because Android's JSONObject and the JDKs are different and incompatible. It's difficult to override Android's because it's part of the library.1 parent 94d60b9 commit 4a96944
File tree
1 file changed
+5
-0
lines changed1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments