Set version code for Alien Blaster
This commit is contained in:
@@ -6,5 +6,7 @@ DownloadToSdcard=n
|
||||
SdlVideoResize=a
|
||||
NeedDepthBuffer=n
|
||||
MultiABI=n
|
||||
AppVersionCode=110001
|
||||
AppVersionName="1.1.0.p1"
|
||||
CompiledLibraries="sdl_mixer sdl_image"
|
||||
ReadmeText='^Use accelerometer to navigate menus and control ship^Press "Menu" to select menu and for secondary fire^Press "Call" or touch screen for primary fire^Press "Volume Up/Down" to cycle through weapons'
|
||||
|
||||
@@ -102,7 +102,7 @@ echo SdlVideoResize=$SdlVideoResize >> AppSettings.cfg
|
||||
echo NeedDepthBuffer=$NeedDepthBuffer >> AppSettings.cfg
|
||||
echo MultiABI=$MultiABI >> AppSettings.cfg
|
||||
echo AppVersionCode=$AppVersionCode >> AppSettings.cfg
|
||||
echo AppVersionName=$\"AppVersionName\" >> AppSettings.cfg
|
||||
echo AppVersionName=\"$AppVersionName\" >> AppSettings.cfg
|
||||
echo CompiledLibraries=\"$CompiledLibraries\" >> AppSettings.cfg
|
||||
echo ReadmeText=\'$ReadmeText\' >> AppSettings.cfg
|
||||
|
||||
@@ -143,8 +143,6 @@ LibrariesToLoad="System.loadLibrary(\\\"sdl\\\");"
|
||||
for lib in $CompiledLibraries; do
|
||||
LibrariesToLoad="$LibrariesToLoad System.loadLibrary(\\\"$lib\\\");"
|
||||
done
|
||||
echo CompiledLibraries $CompiledLibraries
|
||||
echo LibrariesToLoad $LibrariesToLoad
|
||||
|
||||
ReadmeText="`echo $ReadmeText | sed 's/\"/\\\\\\\\\"/g' | sed 's/[&%]//g'`"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.schwardtnet.alienblaster"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0"
|
||||
android:versionCode="110001"
|
||||
android:versionName="1.1.0.p1"
|
||||
>
|
||||
<application android:label="@string/app_name"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user