androidMinimumVersion property

String? androidMinimumVersion
final

The minimum app version which must be installed on the device.

This argument is only set if androidPackageName is also set. If the user has the application on the device but it is a lower version number than the one specified they will be taken to the Play Store to upgrade the application.

Implementation

final String? androidMinimumVersion;