mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-25 00:42:57 -04:00
Add Android build script (#1332)
This commit is contained in:
committed by
Leendert de Borst
parent
360ce0c9eb
commit
40b368bc7e
5
apps/mobile-app/android/build.sh
Executable file
5
apps/mobile-app/android/build.sh
Executable 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
|
||||
@@ -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