1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Merge pull request #6297 from IvanSavenko/android_ndk_bump

Use latest (r29) NDK for Android builds
This commit is contained in:
Ivan Savenko
2025-11-23 18:43:14 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
RELEASE_TAG="2025-10-12"
RELEASE_TAG="2025-11-06"
FILENAME="$1.tgz"
DOWNLOAD_URL="https://github.com/vcmi/vcmi-dependencies/releases/download/$RELEASE_TAG/$FILENAME"