commit 84f0be7c742b7dde2886a45716510a2864b8b839 Author: Nathan Freitas nathan@guardianproject.info Date: Wed Nov 10 15:51:56 2021 +0000
Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e12e5f5..0e2fac61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ image: openjdk:11-jdk
variables: -ANDROID_COMPILE_SDK: "30" -ANDROID_BUILD_TOOLS: "30.0.3" -ANDROID_SDK_TOOLS: "6858069_latest" + ANDROID_COMPILE_SDK: "30" + ANDROID_BUILD_TOOLS: "30.0.3" + ANDROID_SDK_TOOLS: "6858069_latest"
before_script:
tor-commits@lists.torproject.org