Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app: avoid R8 from obfuscating our model classes (#5359)
R8 shouldn't obfuscate the classes that we use for serialization / de-serialization over Gson. This causes issues with app functioning. Fixes #5358
- Loading branch information