Skip to content

Commit 0747923

Browse files
ovitrifclaude
andcommitted
docs: add AAB build command to README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d0b7b20 commit 0747923

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,16 @@ To build the mainnet flavor for release run:
153153
./gradlew assembleMainnetRelease
154154
```
155155

156+
#### Android App Bundle (AAB)
157+
158+
For Play Store submission, build an AAB instead of APK:
159+
160+
```sh
161+
./gradlew bundleMainnetRelease
162+
```
163+
164+
AAB is generated in `app/build/outputs/bundle/mainnetRelease/`.
165+
156166
### Build for E2E Testing
157167

158168
Pass `E2E=true` and build any flavor. By default, E2E uses a local Electrum override.

0 commit comments

Comments
 (0)