Add Android build script (#1332)

This commit is contained in:
Leendert de Borst
2025-11-04 11:03:44 +01:00
committed by Leendert de Borst
parent 360ce0c9eb
commit 40b368bc7e
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
# Build Android app in release mode
./gradlew bundleRelease
# Open directory that should contain the .aab file if build was successful
open app/build/outputs/bundle/release

View File

@@ -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
```

View File

@@ -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