diff --git a/README.md b/README.md index c1ae0366..faa1f757 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ 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' } ``` @@ -138,7 +138,7 @@ dependencies { 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' } ```