As mentioned in the Readme file of the Github project. You can add a dependency to your Android gradle project.
Just add the following lines to the build.gradle file.
repositories { maven { url "http://minakov.imtqy.com/mopub-sdk-android-aar" } } dependencies { compile 'com.mopub.mobileads:mopub-android: +@aar ' }
After that, just sync your project and you're good to go.
Vipul behl
source share