versionCode property

int? versionCode
final

The versionCode Play holds, or null for a push that carried no artifact.

Play's number rather than the one asked for. It is what Play read out of the bundle, which is the only copy that is a fact about the artifact rather than about the command line.

Implementation

final int? versionCode;