# CodexMobile Native Android app for monitoring Codex CLI and Claude.ai usage windows, reset credits, and local quota reminders. ## Build ```bash ./gradlew assembleDebug ``` Release builds require signing values from environment variables or `keystore.properties`: ```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.