Fixed dependencies rebuilding in ChangeAppSettings.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user