mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ci: Keep Android build tools consistent with build.gradle
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
0557eb205d
commit
7df31ea159
|
@ -7,8 +7,8 @@
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
VERSION=7583922
|
VERSION=7583922
|
||||||
ROOT=${ROOT:-/opt/android-sdk}
|
ROOT=${ROOT:-/opt/android-sdk}
|
||||||
ANDROID_COMPILE_SDK=${ANDROID_COMPILE_SDK:-31}
|
ANDROID_COMPILE_SDK=${ANDROID_COMPILE_SDK:-30}
|
||||||
ANDROID_BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-31.0.0}
|
ANDROID_BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-30.0.3}
|
||||||
|
|
||||||
mkdir -p "$ROOT"
|
mkdir -p "$ROOT"
|
||||||
FN=commandlinetools-linux-${VERSION}_latest.zip
|
FN=commandlinetools-linux-${VERSION}_latest.zip
|
||||||
|
|
Loading…
Reference in a new issue