The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Bump Android SDK commonline tools to version 13114758

See https://developer.android.com/studio#command-tools.

Signed-off-by: utzcoz <utzcoz@outlook.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2473>

authored by

utzcoz and committed by
korejan
4a08d004 5c137fe2

+4 -4
+1 -1
.gitlab-ci.yml
··· 141 141 .monado.variables.debian:bookworm-ndk: 142 142 variables: 143 143 FDO_DISTRIBUTION_VERSION: "bookworm" 144 - FDO_DISTRIBUTION_TAG: "2025-01-17" 144 + FDO_DISTRIBUTION_TAG: "2025-05-24" 145 145 FDO_REPO_SUFFIX: ndk 146 146 147 147 # Variables for build and usage of Ubuntu jammy image
+2 -2
.gitlab-ci/config.yml
··· 133 133 distro_version: bookworm 134 134 repo_suffix: ndk 135 135 script: android_container_prep.sh 136 - tag: "2025-01-17" 136 + tag: "2025-05-24" 137 137 # This must match ext.sharedCompileSdk in build.gradle 138 138 android_compile_sdk: 35 139 139 # This must match buildscript.ext.buildToolsVersion in build.gradle ··· 141 141 # This must match ext.ndk_version in build.gradle 142 142 android_ndk_version: r26d 143 143 # look up on https://developer.android.com/studio/index.html#downloads when updating other versions 144 - android_cli_tools: 11076708 144 + android_cli_tools: 13114758 145 145 146 146 packages: 147 147 git:
+1 -1
.gitlab-ci/install-android-sdk.sh
··· 12 12 # Partially inspired by https://about.gitlab.com/blog/2018/10/24/setting-up-gitlab-ci-for-android-projects/ 13 13 14 14 set -eo pipefail 15 - VERSION=11076708 15 + VERSION=13114758 16 16 ROOT=${ROOT:-/opt/android-sdk} 17 17 ANDROID_COMPILE_SDK=${ANDROID_COMPILE_SDK:-35} 18 18 ANDROID_BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-34.0.0}