This PR removes the com.theoplayer.theoplayer-sdk-android:integration-ads module from the sample application as it is no longer published as of THEOplayer 8.2.0.
This module was never needed to be imported explicitly since the IMA module was already importing it as a dependency. Since THEOplayer 8.2.0, all the logic inside the integration-ads module is part of the integration-ads-ima module.
This PR removes the
com.theoplayer.theoplayer-sdk-android:integration-ads
module from the sample application as it is no longer published as of THEOplayer 8.2.0.This module was never needed to be imported explicitly since the IMA module was already importing it as a dependency. Since THEOplayer 8.2.0, all the logic inside the
integration-ads
module is part of theintegration-ads-ima
module.