This plugin allows you to build your application for arm (or x86) only.
Include this plugin in your config.xml:
<plugin name="cocoon-plugin-android-architecture" spec="https://github.com/CocoonIO/cocoon-plugin-android-architecture.git"/>
If you want to target x86, add the following preference:
<preference name="android-architecture" value="x86"/>
If you want to target arm, add the following preference:
<preference name="android-architecture" value="arm"/>
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Martin Buchalik - Initial work - MBuchalik
- Jorge Domínguez - Adapt to Cocoon.io - BlueSialia
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.