akoscz / YouTubePlaylist

A sample Android application which demonstrates the use of the YouTube Data v3 API.
Apache License 2.0
153 stars 84 forks source link

Made project runnable and updated again! #36

Closed antonioolf closed 3 years ago

antonioolf commented 3 years ago

The project was broken due to several outdated libraries and parts of the code using using methods with different signatures than the newer ones.

This PR includes

Successfully tested on Android Studio 4.0.1

akoscz commented 3 years ago

Thanks for the updates!