Skip to content

Commit

Permalink
Fix: DLNA functionality requires javax.servlet-api dep, regression of 1…
Browse files Browse the repository at this point in the history
…de5177; Closes #13
  • Loading branch information
norohind authored and paroj committed Apr 14, 2024
1 parent 6d0ee37 commit d406b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-server:8.1.16.v20140903'
implementation 'org.eclipse.jetty:jetty-servlet:8.1.16.v20140903'
implementation 'org.eclipse.jetty:jetty-client:8.1.16.v20140903'
implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation 'androidx.vectordrawable:vectordrawable:1.0.0'
androidTestImplementation "androidx.test:runner:1.5.2"
androidTestImplementation "androidx.test:rules:1.5.0"
Expand Down

0 comments on commit d406b1f

Please sign in to comment.