Add the following maven repo in build.gradle project level allprojects { repositories { ... maven { url "https://sdk.tapjoy.com/" } } }