proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.