eneim / toro

Video list auto playback made simple, specially built for RecyclerView
Apache License 2.0
1.42k stars 253 forks source link

Remove ima extension from toro-exoplayer #422

Open string-areeb opened 5 years ago

string-areeb commented 5 years ago

What kind of issue is this?

implementation(
      "com.google.android.exoplayer:extension-ima:${rootProject.ext.exoPlayer2Version}") {
    exclude group: 'com.android.support'
  }

The dependency increases whopping 1.7 MB of APK size with proguard on, and I don't think this should be added in as a dependency to the toro-exoplayer. It should be a peer dependency which other people can install if they want the extension's support

eneim commented 5 years ago

This is reasonable, will consider this real quick.