Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti committed Nov 22, 2017
2 parents ac90ee0 + 43ac565 commit 21a511b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ The AndroidYouTubePlayer is a simple View that can be easily integrated in every

## Why does this library exists?

This library has been developed out of necessity. The official library provided by Google for the integration of YouTube videos into Android apps is the [YouTube Android Player API](https://developers.google.com/youtube/android/player/). Its many bugs and the total lack of support from Google made it impossible to use in production. I've tried to use it but my app was crashing because of internal bugs in Google's player, ([sone bugs have 3+ years old bug reports](https://code.google.com/p/gdata-issues/issues/detail?id=4395)) and, at the moment, no update has been released for almost a year. This library provides a stable and open source alternative to the official YouTube Player.
This library has been developed out of necessity. The official library provided by Google for the integration of YouTube videos into Android apps is the [YouTube Android Player API](https://developers.google.com/youtube/android/player/). Its many bugs and the total lack of support from Google made it impossible to use in production.
When I have tried to use it, my app was crashing because of internal bugs in Google's player, ([some bugs have 3+ years old bug reports](https://code.google.com/p/gdata-issues/issues/detail?id=4395)) and, at the moment, no update has been released for almost a year. From there I decided to build my own player.

Apps using this library: (send me an email if you want to add your app to the list)

Expand All @@ -28,7 +29,7 @@ allprojects {
Add this to your module-level `build.gradle`:
```
dependencies {
compile 'com.github.PierfrancescoSoffritti:AndroidYouTubePlayer:2.0.0'
compile 'com.github.PierfrancescoSoffritti:AndroidYouTubePlayer:3.0.0'
}
```

Expand Down

0 comments on commit 21a511b

Please sign in to comment.