minimumVersionCode property

int? minimumVersionCode
getter/setter pair

The minimum version of the app that runs on the device.

If set, the device attempts to update the app to at least this version code. If the app is not up-to-date, the device will contain a NonComplianceDetail with non_compliance_reason set to APP_NOT_UPDATED. The app must already be published to Google Play with a version code greater than or equal to this value. At most 20 apps may specify a minimum version code per policy.

Implementation

core.int? minimumVersionCode;