Files
Space-Banane 3d6548d77d
android-release / build (push) Successful in 3m5s
Migrate app to native Kotlin
2026-07-06 13:49:22 +02:00

21 lines
511 B
Markdown

# 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.