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 /build_deps.sh | |
parent | b38f2b0f543ef39555812c9d66c5073fd5bb451d (diff) |
replace jetbrains.annotations by androidx.annotations
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 beb5e13e..5df3a3e1 100755 --- a/build_deps.sh +++ b/build_deps.sh @@ -1,4 +1,4 @@ -#!/bin/bash +./#!/bin/bash function quit { echo "Task failed. $1." |