versionCodes property
Every versionCode this release serves.
More than one when an app ships separate bundles per ABI. Play sends these as strings — an int64 convention, not a hint that they might not be numbers — and they are parsed here so "newest" is an ordering rather than a string comparison.
Implementation
final List<int> versionCodes;