Skip to content

C2PA Android 0.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Apr 07:25
· 4 commits to main since this release
99a0445

C2PA Android Release 0.0.9

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'
}

GitHub Packages

Requires authentication with a GitHub token:

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

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.