cargo-apk 0.9.7

Helps cargo build APKs
Documentation
1
2
3
4
5
6
mod apk;
mod error;
mod manifest;

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