Last updated: 2026-06-04
Run:
openspec validate --all --strict
./gradlew testDebugUnitTest
./gradlew lintDebug
./gradlew assembleDebug
./gradlew bundleRelease
git diff --check
For UI, Accessibility, overlay, or device-facing behavior changes, validate on an emulator or explicitly approved Android device. Do not install or run instrumentation on a personal USB phone unless that exact run is approved.
Update in app/build.gradle.kts:
versionCodeversionNameUse matching release tags:
git tag v0.1.0
git push origin v0.1.0
Use Play App Signing. Keep the upload key and keystore outside the repository.
Build the release app bundle:
./gradlew bundleRelease
Upload the signed .aab to an internal test track first. Complete Data safety,
AccessibilityService API declaration, content rating, pricing/countries, and store
listing before production rollout.
The official F-Droid repository builds from source. Keep release tags stable and
avoid generated version names or time-based version codes. Declare NonFreeNet
because provider-backed transcription and cleanup depend on third-party network
services selected by the user.
local.properties.gradle/.kotlin/app/build/.idea/*.iml.DS_Store