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

Use latest (r29) NDK for Android builds

This commit is contained in:
Ivan Savenko
2025-11-06 16:57:21 +02:00
parent fd81dcaff0
commit 55d8f1b10d
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"