Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@ofalvai ofalvai released this 27 Nov 09:56
25dbfa5

Breaking changes:

The --no-daemon Gradle flag is no longer set by default. When a workflow runs multiple Gradle commands, this results in faster subsequent Gradle executions as the existing Gradle daemon is reused (instead of stopping, then starting a new one). This shouldn't cause issues, but if it does, you can revert to the previous behavior by setting gradle_options to --stacktrace --no-daemon.

The following deprecated inputs have been removed:

  • apk_file_include_filter (use app_file_include_filter instead)
  • apk_file_exclude_filter (use app_file_exclude_filter instead)

What's Changed

Full Changelog: 2.0.1...3.0.0