removed x86 to reduce apk size

This commit is contained in:
Philipp Crocoll 2013-12-12 10:44:56 +01:00
parent 48e215329d
commit 36af3ade2a
2 changed files with 2 additions and 2 deletions

View File

@ -5834,7 +5834,7 @@ namespace keepass2android
16843055,
16843056,
16843057,
16843754};
16843788};
// aapt resource value: 4
public const int MenuView_android_headerBackground = 4;

View File

@ -50,7 +50,7 @@
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
<ConsolePause>False</ConsolePause>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
<AndroidSupportedAbis>armeabi,armeabi-v7a</AndroidSupportedAbis>
<CustomCommands>
<CustomCommands>
<Command type="BeforeBuild" command="UseManifestNet.bat" />