Static Maven repository served via GitHub Pages, hosting binary artifacts for The Media Trust mobile SDKs.
Base URL: https://themediatrust.github.io/android-msdk-maven/
| Group ID | Artifact ID | Description |
|---|---|---|
com.themediatrust |
media-filter-sdk |
Media Filter SDK for Android |
Latest version: see the maven-metadata.xml for the up-to-date version list.
repositories {
google()
mavenCentral()
maven { url = uri("https://themediatrust.github.io/android-msdk-maven/") }
}
dependencies {
implementation("com.themediatrust:media-filter-sdk:1.3.0")
}repositories {
google()
mavenCentral()
maven { url 'https://themediatrust.github.io/android-msdk-maven/' }
}
dependencies {
implementation 'com.themediatrust:media-filter-sdk:1.3.0'
}import com.themediatrust.mediafilter.MediaFilter
// Initialize the SDK during Application.onCreate().
MediaFilter.configure(this, apiKey = "YOUR_API_KEY")See the integration guide for full setup including ad-network adapters.
Versions follow Semantic Versioning. Detailed release notes for the SDK itself (filter behavior, ad-network adapter changes, bug fixes) are distributed to publishers separately.
Full integration documentation and API reference are provided to publishers under separate cover. Contact your account representative for access.
For integration support, contact support@themediatrust.com.
Proprietary. See LICENSE for terms.
Copyright (c) 2026 TMT Digital, Inc. All rights reserved.