v2.1.0: Optional data types in data safety labels
For each data type in a data safety label, the Play Store web UI has started indicating whether it is "optional". We now parse this information as well through a new optional
property on DataTypeDeclaration
.
What's Changed
- Data safety: Parse new "optional" flag by @baltpeter in #6
Full Changelog: v2.0.0...v2.1.0