main
android-release / build (push) Successful in 3m5s
CodexMobile
Native Android app for monitoring Codex CLI and Claude.ai usage windows, reset credits, and local quota reminders.
Build
./gradlew assembleDebug
Release builds require signing values from environment variables or keystore.properties:
CODEXMOBILE_STORE_FILE=/path/to/codexmobile-release.jks
CODEXMOBILE_STORE_PASSWORD=...
CODEXMOBILE_KEY_ALIAS=codexmobile-release
CODEXMOBILE_KEY_PASSWORD=...
CI secrets are generated into .env.ci for copying into Gitea.