From 1852b09c9b22fc960fed7b27af470c164eb8b624 Mon Sep 17 00:00:00 2001 From: Gerhard Stein Date: Thu, 27 Jul 2023 15:53:43 +0200 Subject: [PATCH] Bump Commander Genius version --- .../jni/application/commandergenius/AndroidAppSettings.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/jni/application/commandergenius/AndroidAppSettings.cfg b/project/jni/application/commandergenius/AndroidAppSettings.cfg index d443e8356..35df6a8e2 100644 --- a/project/jni/application/commandergenius/AndroidAppSettings.cfg +++ b/project/jni/application/commandergenius/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="Commander Genius" AppFullName=net.sourceforge.clonekeenplus # Application version code (integer) -AppVersionCode=309004 +AppVersionCode=340000 # Application user-visible version name (string) -AppVersionName="3.0.9 Release" +AppVersionName="3.4.0 Release" # 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 @@ -212,7 +212,7 @@ AppMinimumRAM=64 # MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed # Available libraries: mad (GPL-ed!) sdl_mixer sdl_image sdl_ttf sdl_net sdl_blitpool sdl_gfx sdl_sound intl xml2 lua jpeg png ogg flac tremor vorbis freetype xerces curl theora fluidsynth lzma lzo2 mikmod openal timidity zzip bzip2 yaml-cpp python boost_date_time boost_filesystem boost_iostreams boost_program_options boost_regex boost_signals boost_system boost_thread glu avcodec avdevice avfilter avformat avresample avutil swscale swresample bzip2 #CompiledLibraries="sdl2_image sdl_mixer crypto ssl curl" -CompiledLibraries="c++_shared SDL2_mixer SDL2_image SDL2_ttf curl ssl crypto" +CompiledLibraries="c++_shared SDL2_mixer SDL2_image SDL2_ttf jpeg png curl ssl crypto" # Application uses custom build script AndroidBuild.sh instead of Android.mk (y) or (n)