diff options
author | lalottacontinua <loddatio@posteo.de> | 2018-06-18 21:15:15 +0200 |
---|---|---|
committer | lalottacontinua <loddatio@posteo.de> | 2018-06-18 21:15:15 +0200 |
commit | 1a34cc1e3ebf152505ed591787a7778744020bbd (patch) | |
tree | 4dc3054b63ef53b32ba0591aca8c317b8cd2cd8d /build_deps.sh | |
parent | 2fbf5a2cadabb503306af4a59c1f98596784e488 (diff) | |
parent | 77879cf10f7857b95c968446f5ce9e0437bceb0f (diff) |
solved merge conflict
Diffstat (limited to 'build_deps.sh')
-rwxr-xr-x | build_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_deps.sh b/build_deps.sh index d9bcb265..023baed5 100755 --- a/build_deps.sh +++ b/build_deps.sh @@ -17,6 +17,6 @@ then else echo "Clean build: starting externalNativeBuild" cd ./ics-openvpn || quit - ./gradlew clean main:externalNativeBuildCleanNoovpn3Release main:externalNativeBuildNoovpn3Release || quit + ./gradlew clean main:externalNativeBuildCleanNoovpn3Release main:externalNativeBuildNoovpn3Release --debug --stacktrace || quit cd .. fi
\ No newline at end of file |