android-youtube-video-view

Move over to Stremio/android-youtube-video-view

YouTube video player for Android based on iframe api.

To use it in your android project

  1. Add the jitpack.io repository in your project level build.gradle file
  2. Add this dependency in your application level build.gradle file
    dependencies {
      compile 'com.github.NikolaBorislavovHristov:android-youtube-video-view:+'
    }