Changed target and source java version from 1.5 to 1.6

This commit is contained in:
Vittorio Alfieri
2021-04-21 09:58:25 +02:00
committed by GitHub
parent 8d2cc7124e
commit 74da665ec9

View File

@@ -64,6 +64,7 @@ if [ "$BUILD_ANDROID" = "YES" ]; then
android-ndk-r22/ndk-build -C projects/mtg/Android -j4
$ANDROID list targets
$ANDROID update project -t 1 -p projects/mtg/Android
sudo sed -i -e 's/1.5/1.6/g' android-sdk-linux/tools/ant/build.xml
ant debug -f projects/mtg/Android/build.xml
fi