-
-
Notifications
You must be signed in to change notification settings - Fork 22
Lang: Updated Language Files. #985
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.