Login
Welcome
Login

Android - Bintray shutdown

JFrog announced the Bintray shut down from the May 1st, 2021.

Teads used this service to deliver our Android artifacts through a maven repository. From May 1, this repository will no longer be available and applications importing our artifacts will no longer build. 

The following dependencies are impacted: 

  • sdk
  • adapterhelper
  • admobadapter
  • mopubadapter
  • smartadapter 

The plan 

In order to manage the transition, Teads decided to migrate to JFrog Artifactory. 

All Teads Android SDK versions and assets have been migrated to a new repository.

The only change to continue using Teads libraries is to replace, in the gradle file, the old maven repository url:

maven { url "http://dl.bintray.com/teads/TeadsSDK-android" }

by the new one: 

maven { url "https://teads.jfrog.io/artifactory/SDKAndroid-maven-prod" }

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.