Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 962 Bytes

BintraySunset.md

File metadata and controls

29 lines (20 loc) · 962 Bytes

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

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

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 version and assets have been migrated to a new repository.

The only change to do 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" }