mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-16 04:28:00 -04:00
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
# 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
|