Commit Graph

3 Commits

Author SHA1 Message Date
Éamonn McManus
fc748cd0db
Reformat the GsonBuildConfig.java template. (#2558)
Otherwise the spotless-maven-plugin checker doesn't like the code
generated from it.
2023-11-28 06:53:35 -08:00
joel-leitch
4c685b21a8 Private constructor (#1324)
* Adding private constructors on Util classes

* Remove obsolete step
2018-05-21 20:04:22 -07:00
inder123
d84e26d80c
Issue 1242: Printing Gson version when throwing AssertionError and IllegalArgumentException (#1321)
On some versions of Android (probably on some variants of the popular Samsung S4 phone), an older version of Gson is suspected to be bundled in, and gets picked up from the system classpath.
For those versions, the applications that include the latest Gson fail unexpectedly. This debug print will help confirm this issue.
2018-05-17 09:41:21 -07:00