In our ongoing efforts to make developing with the IMA SDK easier, we’re
pleased to announce that as of version 3.2.1 , the IMA SDK for Android is now available on JCenter .
With this release, it's now quicker than ever to integrate with the IMA SDK.
Simply make sure you include JCenter in your list of repositories:
repositories {
jcenter()
}
Then, in your build.gradle
's dependencies, include the following compile
directive:
compile 'com.google.ads.interactivemedia.v3:interactivemedia:3.2.1'
If you're modifying an existing sample, make sure to remove the IMA SDK JAR
file from your libs
folder. This directive includes the SDK, and if you already have the SDK JAR
in libs
, you’ll get errors for having two copies of the same library.
If you have any questions about these changes, feel free to contact us via the support forum .
- Yury Pavlotsky , IMA SDK Team