This pull request includes updates to the Android CI workflow file to enhance compatibility and streamline the build process. The most important changes include modifying the branches monitored for push and pull request events, updating the macOS version used for builds, and removing specific Gradle setup configurations.
Updates to workflow configuration:
.github/workflows/build.yml: Modified the branches monitored for push and pull request events to ensure consistency.
.github/workflows/build.yml: Updated the macOS version used for builds from macos-14 to macos-latest for better compatibility.
Simplification of Gradle setup:
.github/workflows/build.yml: Removed specific Gradle version and cache encryption key configurations to simplify the setup process.
This pull request includes updates to the Android CI workflow file to enhance compatibility and streamline the build process. The most important changes include modifying the branches monitored for push and pull request events, updating the macOS version used for builds, and removing specific Gradle setup configurations.
Updates to workflow configuration:
.github/workflows/build.yml
: Modified the branches monitored for push and pull request events to ensure consistency..github/workflows/build.yml
: Updated the macOS version used for builds frommacos-14
tomacos-latest
for better compatibility.Simplification of Gradle setup:
.github/workflows/build.yml
: Removed specific Gradle version and cache encryption key configurations to simplify the setup process.