Skip to content

Conversation

@CreativeCodeCat
Copy link
Contributor

No description provided.

Gitbot-Actions and others added 20 commits January 7, 2026 17:25
The `applicationId` and `versionName` variables were declared in `app/build.gradle.kts` but never used. This commit removes them to clean up the build script.
The build script `BuildApp.py` has been updated to use the correct filename for the generated APK. The script previously looked for `app-{build_type}-release.apk`, but the correct filename uses an underscore, `app_{build_type}_release.apk`.

This change ensures that the build script can locate the APK file for subsequent steps.
The nightly release workflow has been updated to decode the keystore from a base64 secret. Previously, the workflow relied on a different secret (`SIGNINGKEY_BASE64`) and set environment variables at the job level.

This change introduces a dedicated step to decode the `KEYSTORE_BASE64` secret into a `keystore.jks` file. The environment variables required for signing are now scoped to this decoding step and the subsequent build step, improving the clarity and security of the signing process.
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Add a test step to verify the keystore

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
* Update nightly-release.yml

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>

* Update android-branch_ci.yml

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>

* Update nightly-release.yml

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>

* Update android-branch_ci.yml

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>

* Update android-pr_ci.yml

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>

* Update android-release_ci.yml

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>

---------

Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
@CreativeCodeCat CreativeCodeCat deleted the translate branch January 8, 2026 09:18
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.

3 participants