Skip to content

C2PA Android 0.0.7

Choose a tag to compare

@github-actions github-actions released this 17 Oct 06:59
· 10 commits to main since this release
ea68831

C2PA Android Release 0.0.7

Android Integration

Gradle dependency

Add the AAR library to your Android project:

  1. Download the AAR file from this release
  2. Place it in your app's libs directory
  3. 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.