Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti committed Mar 30, 2019
1 parent be722d4 commit b82423c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,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.2'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.3'
}
```

### 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.20'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender:0.21'
}
```

Expand Down

0 comments on commit b82423c

Please sign in to comment.