aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/scummvm
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-10 23:33:38 +0200
committerEugene Sandulenko2016-10-10 23:35:41 +0200
commit1c2ed0c09468f8ee220a22f6c63cc6465632f67e (patch)
tree5ae136038f74aa9e0a0ac82ef2222075326c850b /dists/androidsdl/scummvm
parentd7a452a6f670aa1df3e505d21880740299bc0539 (diff)
downloadscummvm-rg350-1c2ed0c09468f8ee220a22f6c63cc6465632f67e.tar.gz
scummvm-rg350-1c2ed0c09468f8ee220a22f6c63cc6465632f67e.tar.bz2
scummvm-rg350-1c2ed0c09468f8ee220a22f6c63cc6465632f67e.zip
ANDROIDSDL: Update port settings
Diffstat (limited to 'dists/androidsdl/scummvm')
-rw-r--r--dists/androidsdl/scummvm/AndroidAppSettings.cfg8
-rw-r--r--dists/androidsdl/scummvm/AndroidAppSettings.cfg.in6
2 files changed, 7 insertions, 7 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
index d9f05ad2f4..a4db29093f 100644
--- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg
+++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
@@ -6,10 +6,10 @@ AppSettingVersion=19
LibSdlVersion=1.2
# Specify application name (e.x. My Application)
-AppName="ScummVM-SDL"
+AppName="ScummVM"
# Specify reversed site name of application (e.x. com.mysite.myapp)
-AppFullName=org.scummvm.sdl
+AppFullName=org.scummvm.scummvm
# Specify screen orientation: (v)ertical/(p)ortrait or (h)orizontal/(l)andscape
ScreenOrientation=h
@@ -171,10 +171,10 @@ MultiABI="armeabi"
AppMinimumRAM=256
# Application version code (integer)
-AppVersionCode=@ANDROID_VERSIONCODE@
+AppVersionCode=20
# Application user-visible version name (string)
-AppVersionName="1.9.0git"
+AppVersionName="1.10.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 bb437d2a7d..dea60277df 100644
--- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in
+++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in
@@ -6,10 +6,10 @@ AppSettingVersion=19
LibSdlVersion=1.2
# Specify application name (e.x. My Application)
-AppName="ScummVM-SDL"
+AppName="ScummVM"
# Specify reversed site name of application (e.x. com.mysite.myapp)
-AppFullName=org.scummvm.sdl
+AppFullName=org.scummvm.scummvm
# Specify screen orientation: (v)ertical/(p)ortrait or (h)orizontal/(l)andscape
ScreenOrientation=h
@@ -165,7 +165,7 @@ FirstStartMenuOptions=''
# Enable multi-ABI binary, with hardware FPU support - it will also work on old devices,
# but .apk size is 2x bigger (y) / (n) / (x86) / (all)
-MultiABI="armeabi-v7a"
+MultiABI="armeabi"
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
AppMinimumRAM=256