Add Android build script (#1332)

This commit is contained in:
Leendert de Borst
2025-11-05 22:34:27 +01:00
committed by Leendert de Borst
parent 360ce0c9eb
commit 40b368bc7e
3 changed files with 7 additions and 2 deletions
@@ -108,7 +108,7 @@ The GitHub Actions workflow `Browser Extension Build` will build the browser ext
```bash
./gradlew app:bundleRelease
```
2. The resulting .aapb file will be available in the following location.
2. The resulting .aab file will be available in the following location.
```bash
apps/mobile-ap/android/app/build/outputs/bundle/release
```
@@ -74,7 +74,7 @@ cd android
./gradlew app:bundleRelease
```
The resulting .aapb file will be available in:
The resulting .aab file will be available in:
```bash
app/build/outputs/bundle/release