This guide describes steps required when updating from one Tapjoy SDK version to another, it's recommended you perform all the steps to prevent any issues or conflicts.
Tapjoy now hosts our own maven repository. Bintray will continue to work in the short term, but as it is deprecated we recommend updating to use our repository as soon as you can.
All previous and new releases are available via our repository while only releases pre-12.8.0 will be available going forward on Bintray.
You can use the new repository like so:
repositories {
maven {
name "Tapjoy's maven repo"
url "https://sdk.tapjoy.com/"
}
}
dependencies {
api 'com.tapjoy:tapjoy-android-sdk:12.8.0@aar'
}