Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add signing configuration and CI workflow #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

boyu8266
Copy link

  • feat(build): add signing configuration and keystore generation script
  • ci: add GitHub Actions workflow for Java CI with Gradle

add signingConfigs to the build.gradle file to enable release signing
and include a script to generate a new keystore for the application
create a new workflow file to automate the build process
using GitHub Actions. This workflow runs on pushes and pull requests
to the master branch, sets up the JDK, prepares the Android SDK, and
builds the project using Gradle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant