Uses now *ant release* to build the APK

This commit is contained in:
Xawotihs
2016-07-19 21:30:08 +01:00
committed by GitHub
parent b3d580cada
commit 775085eca1

View File

@@ -62,7 +62,7 @@ if [ "$BUILD_ANDROID" = "YES" ]; then
android-ndk-r9/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
ant release -f projects/mtg/Android/build.xml
fi
# we're building a Qt version with GUI here