Skip to content

themediatrust/android-msdk-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMT Maven Repository

Maven Platform

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/

Available Artifacts

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.

Installation

Gradle (Kotlin DSL)

repositories {
    google()
    mavenCentral()
    maven { url = uri("https://themediatrust.github.io/android-msdk-maven/") }
}

dependencies {
    implementation("com.themediatrust:media-filter-sdk:1.3.0")
}

Gradle (Groovy DSL)

repositories {
    google()
    mavenCentral()
    maven { url 'https://themediatrust.github.io/android-msdk-maven/' }
}

dependencies {
    implementation 'com.themediatrust:media-filter-sdk:1.3.0'
}

Quick Start

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.

Versioning

Versions follow Semantic Versioning. Detailed release notes for the SDK itself (filter behavior, ad-network adapter changes, bug fixes) are distributed to publishers separately.

Documentation

Full integration documentation and API reference are provided to publishers under separate cover. Contact your account representative for access.

Support

For integration support, contact support@themediatrust.com.

License

Proprietary. See LICENSE for terms.

Copyright (c) 2026 TMT Digital, Inc. All rights reserved.

About

Maven repository for TMT mobile SDKs. Served via GitHub Pages. Binary artifacts only (AAR + POM); source lives elsewhere.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages