Build counter is incremented by deploy.ps1 on every deploy, ensuring unique versionCode even from the same commit. File is gitignored.
- versionCode from commit count + offset (always incremental) - versionName from git tag (semantic versioning) - BuildConfig.DISPLAY_VERSION shows "0.1.0+N.hash" in login screen - Updated deploy.ps1 to use git versioning instead of manual bumps
Multi-module Android app (app/shared/sdk) with backend-driven auth, Quest Platform SDK login, YouTube/Twitch OAuth linking, stream management via AIDL service. Compose UI with Hilt DI.