Gradle Runner v1.9.0

Added two new inputs: APK and AAB file include filter (app_file_include_filter) and APK and AAB file exclude filter (app_file_exclude_filter). These behave similarly to the now deprecated APK file include filter (apk_file_include_filter) and APK file exclude filter (apk_file_exclude_filter). The difference is that app_file_include_filter now searches for aab artifacts in addition to apk by default, and accepts multiple file filter patterns.

The artifacts are now looked up by matching the input glob patterns to the absolute path of the files in the current directory. This replaces directly running the command find -path "include" ! -path "exclude".

Deprecation note:

APK file include filter and APK file exclude filter are now deprecated, and will be removed in a next major version. No inputs were removed and all previously configured workflows will function as before.

Migration guide:

In case a non default input value for APK file include filter and APK file exclude filter was used in the workflow, the step will print a warning in the log. Copy the values of these inputs to APK and AAB file include filter and APK and AAB file exclude filter respectively.
Clear the values of the deprecated inputs.

If the default input values of the inputs was used, no action is necessary. The step will not print a warning in the log.

This topic was automatically closed after 90 days. New replies are no longer allowed.