From b34b677e669a924052e8fa0053c0e3e0d5c68bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 1 Aug 2025 13:58:28 +0200 Subject: [PATCH] Use Android libs v13 This updates vcpkg to 2025.07.25, adds zstd and compiles libraries with 16kB pages support --- src/openrct2-android/app/src/main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2-android/app/src/main/CMakeLists.txt b/src/openrct2-android/app/src/main/CMakeLists.txt index 40c3f2c0e2..a016b3a567 100644 --- a/src/openrct2-android/app/src/main/CMakeLists.txt +++ b/src/openrct2-android/app/src/main/CMakeLists.txt @@ -20,7 +20,7 @@ endif() include(ExternalProject) ExternalProject_Add(libs - URL https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v12/${ANDROID_ABI}-android-dynamic.tar.zst + URL https://github.com/OpenRCT2/openrct2-dependencies-android/releases/download/v13/${ANDROID_ABI}-android-dynamic.tar.zst SOURCE_DIR "${CMAKE_BINARY_DIR}/libs"