mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-20 16:26:01 +08:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "bin/init/env.sh"
|
|
|
|
rm -rf app/build/outputs
|
|
./gradlew --stop
|
|
./gradlew :app:assembleExpertRelease
|