Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti committed Oct 13, 2019
1 parent fa5bb21 commit 856e9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ The minimum API level supported by this library is API 17. Also, your app needs
The *core* module contains the YouTube Player. It's all you need to play YouTube videos in your app.
```
dependencies {
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.4'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'
}
```

### Chromecast
The *chromecast-sender* module contains the Chromecast YouTube Player. Use it if you need to cast YouTube videos from your app to a Chromecast device.
```
dependencies {
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender:0.22'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender:0.23'
}
```

Expand Down

0 comments on commit 856e9aa

Please sign in to comment.