Name Description Size
ValidateAndroidAppReleaseConfiguration.kt Validates that an Android app is correctly configured for release. When created, this task will automatically create dependencies upon the release tasks. There are three states this task can run in: - Run all checks - Run checks appropriate for pull requests (add `-PisPullRequest`) - Run no checks, e.g. when debugging locally (add `-PnoValidate`) For a list of current checks, see [validateAndroidAppRelease]. 3370