cybercinch-shield-releases

cybercinch-shield-releases

Public Maven repository hosting release artifacts for the CyberCinch Shield Android SDK.

No source code lives here — this repo exists purely so com.cybercinch:cybercinch-shield-android can be consumed as a normal Gradle dependency with no account or token required.


Get started

Developer Manual — the onboarding guide: installation, initialization, scanning, error handling, and known limitations.

Configuration Reference — field-by-field reference for every ShieldConfig tuning option.

Repository configuration

Add this to your app's Gradle configuration:

// settings.gradle.kts
dependencyResolutionManagement {
    repositories {
        google()
        mavenCentral()
        maven {
            name = "CyberCinchShieldReleases"
            url = uri("https://cybercinchtech.github.io/cybercinch-shield-releases/")
        }
    }
}
// app/build.gradle.kts
dependencies {
    implementation("com.cybercinch:cybercinch-shield-android:1.0.0")
}

Raw repository

This is a static Maven repository with no directory browsing — Gradle resolves artifact paths directly and doesn't need one. If you just want the raw coordinate/version metadata without going through Gradle, see maven-metadata.xml.