androidMinimumVersion property
minimum version of the app.
if the version on the device is lower than this version then the user is taken to the play store to upgrade the app
Implementation
core.String? androidMinimumVersion;
minimum version of the app.
if the version on the device is lower than this version then the user is taken to the play store to upgrade the app
core.String? androidMinimumVersion;