Specifies filenames or patterns matching one or more APK files from which the version codes should be read, in order to determine which APK versions should be re-assigned to a new release track.

Note that these APKs should have already been uploaded — this build step will not do any uploading of APKs; it will only move existing APKs from one release track to another. To upload APKs, use the "Upload Android APK to Google Play" post-build action.

You can use wildcards like "**/build/outputs/*/*-release.apk".
See the 'includes' attribute of Ant's FileSet for the exact format.
Note that multiple entries must be comma-separated.

The base directory is the build's workspace. You can only reference APKs that are located in your workspace.

Applications which have several APKs per release, taking advantage of Multiple APK Support, should list all of the APK files here.


This field supports substituting environment variables in the form ${SOME_VARIABLE} or $SOME_VARIABLE at build time.