feat: add translation and add android automated workflow#80
Merged
Conversation
Mirror the macOS Build & Release flow for Android: - android-release.yaml builds a signed AAB on push (smoke test) and, on release:created, stamps version from the tag (versionName) + run number (versionCode), publishes to the Google Play internal track, and attaches the AAB to the GitHub Release. One release event drives macOS + Android. - build.gradle.kts: add a release signing config sourced from CI secrets (falls back to debug signing locally), and make versionName/versionCode overridable via env with the prior 1.0/1 defaults for local builds. Secrets consumed: ANDROID_KEYSTORE_BASE64, ANDROID_KEYSTORE_PASSWORD, ANDROID_KEY_ALIAS, ANDROID_KEY_PASSWORD, PLAY_SERVICE_ACCOUNT_JSON, FIREBASE_ANDROID_B64. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Match test.yaml's build-android job — use blacksmith-4vcpu-ubuntu-2404 instead of ubuntu-latest, and align setup-java to v5. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 1.14.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
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.
Updated GitHub secrets, translated untranslated text, added MCP, ACP, and Skills proto model types, and updated PR context menu support.
Changes