Skip to content

Commit

Permalink
Add instructions on installing the Ad Management SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jun 12, 2024
1 parent 35e66ca commit e69f327
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion connectors/yospace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.+"
}
```
Expand Down Expand Up @@ -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/

0 comments on commit e69f327

Please sign in to comment.