Skip to content

Commit

Permalink
bump jupnp to 3.0.2
Browse files Browse the repository at this point in the history
Fixes cannot play two different files in a row.

See nova-video-player/aos-AVP#74
See jupnp/jupnp#232
  • Loading branch information
courville committed May 7, 2024
1 parent d64ee9c commit 5686687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ dependencies {
// version aligned with external dependencies trakt-java tmdb-java (check pom.xml)
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
implementation 'com.uwetrottmann.tmdb2:tmdb-java:2.10.0'
api files('libs/jupnp.jar')
api files('libs/jupnp-android.jar')
api files('libs/jupnp-support.jar')
api 'org.jupnp:org.jupnp:3.0.2'
api 'org.jupnp:org.jupnp.support:3.0.2'
api 'org.jupnp:org.jupnp.android:3.0.2'
// jetty required by jupnp and going above 9.4.14 requires minSdkVersion 26
implementation ('org.eclipse.jetty:jetty-server:9.4.14.v20181114') {
exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet'
Expand Down

0 comments on commit 5686687

Please sign in to comment.