Skip to content

Conversation

you112ef
Copy link

This commit introduces a new GitHub Actions workflow to build an Android APK from the project.

The workflow is defined in .github/workflows/build-android.yml and uses the buildozer-action to perform the build. It is triggered on push and pull requests to the main branch.

A buildozer.spec file has also been added to configure the build.

The existing tests could not be run due to a permission issue with the Docker daemon in the testing environment. The changes in this commit are isolated to the build process and are not expected to affect the application's core logic.

Features

  • Feature 1
  • Feature 2

Feature Docs

Influence

Result

Other

This commit introduces a new GitHub Actions workflow to build an Android APK from the project.

The workflow is defined in `.github/workflows/build-android.yml` and uses the `buildozer-action` to perform the build. It is triggered on push and pull requests to the main branch.

A `buildozer.spec` file has also been added to configure the build.

The existing tests could not be run due to a permission issue with the Docker daemon in the testing environment. The changes in this commit are isolated to the build process and are not expected to affect the application's core logic.
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