Add Android build script (#1332)
This commit is contained in:
committed by
Leendert de Borst
parent
360ce0c9eb
commit
40b368bc7e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user