diff --git a/project/jni/application/supertux/AndroidAppSettings.cfg b/project/jni/application/supertux/AndroidAppSettings.cfg index 2e4bc5995..f93e2307f 100644 --- a/project/jni/application/supertux/AndroidAppSettings.cfg +++ b/project/jni/application/supertux/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="SuperTux" AppFullName=org.lethargik.supertux2 # Application version code (integer) -AppVersionCode=05117 +AppVersionCode=05118 # Application user-visible version name (string) -AppVersionName="0.5.1.17" +AppVersionName="0.5.1.18" # Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu @@ -281,7 +281,7 @@ AppSubdirsBuild='. supertux/src/* supertux/external/findlocale supertux/external AppBuildExclude='supertux/external/findlocale/example.c supertux/src/video/sdl/sdl_lightmap.cpp supertux/src/video/sdl/sdl_painter.cpp supertux/src/video/sdl/sdl_renderer.cpp supertux/src/video/sdl/sdl_texture.cpp supertux/src/video/sdl/sdl_video_system.cpp supertux/src/control/game_controller_manager.cpp supertux/src/control/joystick_manager.cpp' # Application command line parameters, including app name as 0-th param -AppCmdline='./supertux2' +AppCmdline='supertux2' # Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens # Minimum screen size that application supports: (s)mall / (m)edium / (l)arge diff --git a/project/jni/application/supertux/supertux b/project/jni/application/supertux/supertux index 9741736a0..9f8a55db9 160000 --- a/project/jni/application/supertux/supertux +++ b/project/jni/application/supertux/supertux @@ -1 +1 @@ -Subproject commit 9741736a0ebe99904a8bb6ae302082d520c8c72d +Subproject commit 9f8a55db9a04c4b318053ce3494589e1b06b233d diff --git a/project/jni/application/supertux/upload-data.sh b/project/jni/application/supertux/upload-data.sh index 310c07473..5b7253ec9 100755 --- a/project/jni/application/supertux/upload-data.sh +++ b/project/jni/application/supertux/upload-data.sh @@ -1,4 +1,4 @@ #!/bin/sh adb shell mkdir -p /sdcard/Android/obb/org.lethargik.supertux2 -adb push data.zip /sdcard/Android/obb/org.lethargik.supertux2/main.5117.org.lethargik.supertux2.obb +adb push data.zip /sdcard/Android/obb/org.lethargik.supertux2/main.5118.org.lethargik.supertux2.obb