Travis, trying a newer version of android ndk

This commit is contained in:
Eduardo MG
2024-08-19 18:56:17 -06:00
parent f6a991a2e6
commit 93492ae091
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ fi
# we're building an Android binary here
if [ "$BUILD_ANDROID" = "YES" ]; then
android-ndk-r23/ndk-build -C projects/mtg/Android -j4
android-ndk-r27/ndk-build -C projects/mtg/Android -j4
$ANDROID list targets
$ANDROID update project -t 1 -p projects/mtg/Android
ant debug -f projects/mtg/Android/build.xml