build(android): add auto-bump signed aab release script

This commit is contained in:
Ayaan Zaidi
2026-03-14 09:23:59 +05:30
parent 5c40c1c78a
commit 3fb629219e
4 changed files with 132 additions and 2 deletions

View File

@@ -30,8 +30,12 @@ cd apps/android
./gradlew :app:assembleDebug
./gradlew :app:installDebug
./gradlew :app:testDebugUnitTest
cd ../..
bun run android:bundle:release
```
`bun run android:bundle:release` auto-bumps Android `versionName`/`versionCode` in `apps/android/app/build.gradle.kts`, then builds a signed release `.aab`.
## Kotlin Lint + Format
```bash