6 lines
61 B
Bash
6 lines
61 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
./certs-gen.sh
|
||
|
|
./gradlew clean build
|
||
|
|
./package.sh
|