diff options
author | lubomyr | 2018-01-01 20:51:19 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-01-26 13:51:38 +0100 |
commit | 210ad851b7f8c80c03063758ae7fa9d680083ab1 (patch) | |
tree | 7d0aa9d47b1de60f2e4b3f189347946a0f34d9dd /dists/androidsdl/scummvm | |
parent | 644ef043fbd5279e2a2ff339f0feebed8d03962e (diff) | |
download | scummvm-rg350-210ad851b7f8c80c03063758ae7fa9d680083ab1.tar.gz scummvm-rg350-210ad851b7f8c80c03063758ae7fa9d680083ab1.tar.bz2 scummvm-rg350-210ad851b7f8c80c03063758ae7fa9d680083ab1.zip |
ANDROIDSDL: set version name to 2.1.0git, renamed asset appdata file
Diffstat (limited to 'dists/androidsdl/scummvm')
-rw-r--r-- | dists/androidsdl/scummvm/AndroidAppSettings.cfg | 4 | ||||
-rw-r--r-- | dists/androidsdl/scummvm/AndroidAppSettings.cfg.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg index ec0bf6452c..d99474d708 100644 --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg @@ -23,7 +23,7 @@ InhibitSuspend=y # If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir - # these files are put inside .apk package by build system # Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS -AppDataDownloadUrl="!!App data|scummvm_1_10_0-git-appdata.zip" +AppDataDownloadUrl="!!App data|scummvm_2_1_0-git-appdata.zip" # Video color depth - 16 BPP is the fastest and supported for all modes, 24 bpp is supported only # with SwVideoMode=y, SDL_OPENGL mode supports everything. (16)/(24)/(32) @@ -174,7 +174,7 @@ AppMinimumRAM=256 AppVersionCode=20 # Application user-visible version name (string) -AppVersionName="1.10.0git" +AppVersionName="2.1.0git" # Reset SDL config when updating application to the new version (y) / (n) ResetSdlConfigForThisVersion=y diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in index e978628e27..c0d1045b6b 100644 --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in @@ -23,7 +23,7 @@ InhibitSuspend=y # If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir - # these files are put inside .apk package by build system # Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS -AppDataDownloadUrl="!!App data|scummvm_1_10_0-git-appdata.zip" +AppDataDownloadUrl="!!App data|scummvm_2_1_0-git-appdata.zip" # Video color depth - 16 BPP is the fastest and supported for all modes, 24 bpp is supported only # with SwVideoMode=y, SDL_OPENGL mode supports everything. (16)/(24)/(32) |