diff --git a/.azure/azure-pipelines-android.yml b/.azure/azure-pipelines-android.yml index b114a7017..873dc03f0 100644 --- a/.azure/azure-pipelines-android.yml +++ b/.azure/azure-pipelines-android.yml @@ -36,16 +36,16 @@ variables: ICONV_VERSION: '1.17' # libffi 3.4.4 fails due to https://github.com/libffi/libffi/issues/760 FFI_VERSION: 'ce077e5565366171aa1b4438749b0922fce887a4' - GETTEXT_VERSION: '0.21' + GETTEXT_VERSION: '0.22.5' GLIB_VERSION: '2.72' GLIB_EXTRAVERSION: '4' OBOE_VERSION: '1.7.0' - SNDFILE_VERSION: '1.2.0' + SNDFILE_VERSION: '1.2.2' INSTPATCH_VERSION: '1.1.6' VORBIS_VERSION: '1.3.7' OGG_VERSION: '1.3.5' - OPUS_VERSION: '1.3.1' - FLAC_VERSION: '1.4.2' + OPUS_VERSION: '1.5.2' + FLAC_VERSION: '1.4.3' PCRE_VERSION: '8.45' # Android NDK sources and standalone toolchain is put here @@ -55,7 +55,7 @@ variables: # Must be the same as $ANDROID_NDK_HOME see: # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md # We cannot use $ANDROID_NDK_HOME because this is an environment variable, but here, we need a compile-time constant. - NDK: '/usr/local/lib/android/sdk/ndk/25.2.9519653' + NDK: '/usr/local/lib/android/sdk/ndk/27.1.12297006' # All the built binaries, libs and their headers will be installed here PREFIX: '$(DEV)/opt/android'