Android SDK / NDK versions

The Glean SDK implementation is currently build against the following versions:

For the full setup see Setup the Android Build Environment.

The versions are defined in the following files. All locations need to be updated on upgrades:

  • Documentation
    • this file (docs/dev/core/internal/sdk-ndk-versions.md)
    • dev/android/setup-android-build-environment.md
  • CI configuration
    • .circleci/config.yml
      • sdkmanager 'build-tools;34.0.0'
      • image: circleci/android:2024.01.1-browsers
    • taskcluster/docker/linux/Dockerfile.
      • ENV ANDROID_BUILD_TOOLS "34.0.0"
      • ENV ANDROID_SDK_VERSION "11076708"
      • ENV ANDROID_PLATFORM_VERSION "34"
      • ENV ANDROID_NDK_VERSION "26.2.11394342"