mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-05 22:19:33 +08:00
Add simple build script
This commit is contained in:
7
bin/build.sh
Executable file
7
bin/build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "bin/init/env.sh"
|
||||
|
||||
rm -rf app/build/outputs
|
||||
./gradlew --stop
|
||||
./gradlew :app:assembleExpertRelease
|
||||
Reference in New Issue
Block a user