Commit graph

3 commits

Author SHA1 Message Date
db7e1b1057
feat: add CI build and release workflows
Some checks failed
Build / build (pull_request) Failing after 2m14s
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-20 23:58:18 +00:00
38d08bc278
chore(deps): promote gradle and agp to latest 2025-01-20 23:05:21 +00:00
4b0c4c406f
Initial commit 2025-01-20 22:23:52 +00:00