mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-04 16:45:11 -05:00
removed x86 to reduce apk size
This commit is contained in:
parent
48e215329d
commit
36af3ade2a
@ -5834,7 +5834,7 @@ namespace keepass2android
|
||||
16843055,
|
||||
16843056,
|
||||
16843057,
|
||||
16843754};
|
||||
16843788};
|
||||
|
||||
// aapt resource value: 4
|
||||
public const int MenuView_android_headerBackground = 4;
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user