mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 00:38:38 +00:00
build(android): add auto-bump signed aab release script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user