versionCodes property

List<int> versionCodes
final

Every versionCode this release serves — more than one when an app ships separate bundles per ABI.

Integers here, though Play sends them as strings: that is an int64 convention rather than a hint that they might not be numbers, and parsing once means "newest" is an ordering rather than a string comparison.

Implementation

final List<int> versionCodes;