diff options
author | cyBerta <cyberta@riseup.net> | 2020-12-30 00:58:00 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-12-30 00:58:00 +0100 |
commit | 15d5fdba32a1d2ac6468f167848f0d98bb170912 (patch) | |
tree | 8a6c9f56be4abc4fbafb9fbd2f092c93b6b0e4e4 /cleanProject.sh | |
parent | b38f2b0f543ef39555812c9d66c5073fd5bb451d (diff) |
replace jetbrains.annotations by androidx.annotations
Diffstat (limited to 'cleanProject.sh')
-rwxr-xr-x | cleanProject.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cleanProject.sh b/cleanProject.sh index 703788cc..e89cd2a3 100755 --- a/cleanProject.sh +++ b/cleanProject.sh @@ -1,7 +1,7 @@ #!/bin/bash -git checkout -- \* -git checkout -- \.\* +#git checkout -- \* +#git checkout -- \.\* rm -r ./ics-openvpn rm -r ./build |