cargo-apk2 1.3.6

Cargo extension for building Android apps easily
Documentation
1
2
3
4
5
6
mod apk;
mod error;
mod manifest;

pub use apk::ApkBuilder;
pub use error::Error;