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

Note that these files should have already been uploaded — this build step will not do any uploading; it will only move existing app versions from one release track to another. To upload app files, use the "Upload Android AAB/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 AAB or APK files that are located in your workspace.

If no value is provided, the default is **/build/outputs/**/*.aab, **/build/outputs/**/*.apk.


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