Commit 19ae3b0
fix: ACRA crash reporting
Cause: 0da67f4
Moving to a `java-library` bundled a second copy of `org.json` which
uses an incompatible `JSONWriter`.
On a release build, R8 inlining causes a crash.
`compileOnly` ensures the JAR is not copied over, and the Android
`org.json` implementation is used
Fixes 20852
Assisted-by: Claude Opus 4.7 - explaining the bug1 parent c95416c commit 19ae3b0
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments