Skip to content

C2PA Android 0.0.9-beta.4

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jan 11:11
c4ddab3

C2PA Android Release 0.0.9-beta.4

Installation

The library is available from JitPack and GitHub Packages.

JitPack (Recommended)

// In settings.gradle
dependencyResolutionManagement {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

// In build.gradle
dependencies {
    implementation 'com.github.contentauth:c2pa-android:0.0.9-beta.4'
}

GitHub Packages

Requires authentication with a GitHub token:

// In build.gradle
dependencies {
    implementation 'org.contentauth:c2pa:0.0.9-beta.4'
}

Manual AAR

Download the AAR from this release and add to your project:

dependencies {
    implementation files('libs/c2pa-release.aar')
}

Documentation

See the README.md for detailed integration instructions and API documentation.

What's Changed

See the commit history for a full list of changes.