C2PA Android 0.0.7
C2PA Android Release 0.0.7
Android Integration
Gradle dependency
Add the AAR library to your Android project:
- Download the AAR file from this release
- Place it in your app's
libsdirectory - Add to your
build.gradle:
dependencies {
implementation files('libs/c2pa-release.aar')
}Usage
See the README.md for detailed integration instructions and API documentation.
What's Changed
See the [commit history](https://github.com/contentauth/c2pa-android/compare/{{ previousTag }}...0.0.7) for a full list of changes.