Fixed dependencies rebuilding in ChangeAppSettings.sh

This commit is contained in:
pelya
2010-08-27 15:47:16 +03:00
parent 6bd7d4126f
commit 4f3afa5081
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sourceforge.sc2"
android:versionCode="1004"
android:versionName="1.0.04"
android:versionCode="1005"
android:versionName="1.0.05"
android:installLocation="preferExternal"
>
<application android:label="@string/app_name"
+2 -2
View File
@@ -14,8 +14,8 @@ RedefinedKeys="RETURN RSHIFT KP_PLUS KP_MINUS ESCAPE F10"
AppTouchscreenKeyboardKeysAmount=2
AppTouchscreenKeyboardKeysAmountAutoFire=2
MultiABI=n
AppVersionCode=1004
AppVersionName="1.0.04"
AppVersionCode=1005
AppVersionName="1.0.05"
CompiledLibraries="sdl_image"
AppCflags='-O0 -DTHREADLIB_SDL=1 -DTIMELIB=SDL -DOVCODEC_TREMOR=1 -DNETPLAY=1 -DHAVE_REGEX=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ZIP=1'
AppLdflags='-Lbin/ndk/local/armeabi -ltremor'