amzn / exoplayer-amazon-port

Official port of ExoPlayer for Amazon devices
Apache License 2.0
173 stars 80 forks source link

Jitpack build fails #32

Closed romanbsd closed 6 years ago

romanbsd commented 6 years ago

Issue description

jitpack.io build fails:

/home/jitpack/build/library/core/src/main/java/com/google/android/exoplayer2/offline/SegmentDownloader.java:268: error: reference not found
   * @see #getSegments(DataSource, M, Object[], boolean)
          ^

https://jitpack.io/com/github/amzn/exoplayer-amazon-port/80c42211/build.log Probably because the signature has changed and now #getSegments(DataSource, M, Object[], K[], boolean)

Reproduction steps

Build on jitpack

Version of ExoPlayer being used

commit 80c42211

peddisri commented 6 years ago

Does this pass in google's version?

romanbsd commented 6 years ago

No idea, we are using the google version from maven repo, not via jitpack.

peddisri commented 6 years ago

Fixed in 2.6.1 branch