AkLibrary/buildDebug
2023-03-04 07:33:34 +01:00

7 lines
65 B
Bash

#!/bin/bash
B="./gradlew"
$B --stop
$B assembleDebug
$B --stop