Commit graph

4 commits

Author SHA1 Message Date
b161684cae
feat: update JDK and add Android SDK setup in CI workflows
All checks were successful
Build / build (pull_request) Successful in 4m54s
This commit updates the CI build and release workflows by making the following changes:
-   Updates the Java setup action to version 3.
-   Changes the JDK distribution to 'temurin'.
-   Adds a step to set up the Android SDK using `android-actions/setup-android@v3`.
These changes apply to both `build.yaml` and `release.yaml` files.
2025-01-21 00:35:49 +00:00
25dd3ae7cb
feat: update JDK version to 17 in CI workflows
Some checks failed
Build / build (pull_request) Failing after 1m38s
This commit updates the JDK version used in the CI build and release workflows from 11 to 17. This change affects the `build.yaml` and `release.yaml` files.
2025-01-21 00:29:24 +00:00
e43082df0a
feat: add CI build and release workflows
Some checks failed
Build / build (pull_request) Failing after 1m37s
This commit introduces two new GitHub Actions workflows:
- `build.yaml`: Configures a workflow for building the project on pushes to the `master` branch and on pull requests.
- `release.yaml`: Configures a workflow for releasing the project on tagged pushes, specifically for tags starting with 'v'. It builds the project, releases it using Gradle, and uploads the generated APK artifacts.
2025-01-21 00:24:49 +00:00
4b0c4c406f
Initial commit 2025-01-20 22:23:52 +00:00