diff --git a/connectors/yospace/README.md b/connectors/yospace/README.md index 7c4dd34e..acd09a20 100644 --- a/connectors/yospace/README.md +++ b/connectors/yospace/README.md @@ -14,10 +14,13 @@ The Yospace connector provides a Yospace integration for THEOplayer. } } ``` -2. Add THEOplayer and the Yospace Connector as a dependency in your module-level `build.gradle` file: +2. Add the Yospace Maven repository to that same `settings.gradle` file. + Please refer to the [Yospace Ad Management SDK documentation][yospace-userguide] (section 7.2. Downloads > Ad Management SDK) for instructions. +3. Add THEOplayer, the Yospace Ad Management SDK and the Yospace Connector as dependencies in your module-level `build.gradle` file: ```groovy dependencies { implementation "com.theoplayer.theoplayer-sdk-android:core:7.+" + implementation "com.yospace:admanagement-sdk:3.+" implementation "com.theoplayer.android-connector:yospace:7.+" } ``` @@ -48,4 +51,5 @@ theoplayerView.player.source = SourceDescription.Builder( ).build() ``` +[yospace-userguide]: https://developer.yospace.com/sdk-documentation/android/userguide/latest/en/index-en.html [android-getting-started]: https://www.theoplayer.com/docs/theoplayer/getting-started/sdks/android/getting-started/