diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-28 13:47:52 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-28 13:47:52 +0100 |
commit | 6f9c952cf3163292f74bddf35b43edc9e2ae8893 (patch) | |
tree | 082cb5afb7516ae37ef55b9fffba7416b0d76087 /scripts | |
parent | 6079004c29c50190933aece99bd6d880a0733837 (diff) |
revert commenting out sub-scripts
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepareForDistribution.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/prepareForDistribution.sh b/scripts/prepareForDistribution.sh index 59b578cf..817e4cc2 100755 --- a/scripts/prepareForDistribution.sh +++ b/scripts/prepareForDistribution.sh @@ -303,9 +303,9 @@ if [[ ${DO_BUILD} == true ]]; then fi fi - # $(script_dir)/cleanProject.sh || quit - # $(script_dir)/build_deps.sh || quit - # $(script_dir)/fix_gradle_lock.sh || quit + $(script_dir)/cleanProject.sh || quit + $(script_dir)/build_deps.sh || quit + $(script_dir)/fix_gradle_lock.sh || quit cd $(base_dir) BASE_APK_OUTPUT_DIR="./app/build/outputs/apk" |