# ProofMode Android Library
This module packages the ProofMode Rust library as an Android AAR for publishing to Maven repositories.
## Structure
- Native libraries are built by the CI pipeline and placed in `src/main/jniLibs/`
- Kotlin bindings are generated by UniFFI and placed in `src/main/kotlin/`
- The AAR is published to GitLab's Maven repository
## Publishing
Publishing is handled automatically by the GitLab CI pipeline when pushing tags or to the main branch.
## Usage
See the main project documentation for instructions on using the published AAR package.