Skip to content

Commit

Permalink
Update dlna
Browse files Browse the repository at this point in the history
  • Loading branch information
okcaptain committed Jul 26, 2024
1 parent 67452cd commit 49c2c53
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.idea
.gradle
*.jks
*.aar
lib-*.aar
*build
/media*
/Release
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ dependencies {
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' }
implementation(ext: 'aar', name: 'dlna-core', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'dlna-dmc', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'dlna-dmr', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'dlna-core-release', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'dlna-dmc-release', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'dlna-dmr-release', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'lib-common-release', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'lib-container-release', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'lib-database-release', group: 'fongmi', version: 'release')
Expand Down
Binary file added app/libs/dlna-core-release.aar
Binary file not shown.
Binary file removed app/libs/dlna-core.aar
Binary file not shown.
Binary file added app/libs/dlna-dmc-release.aar
Binary file not shown.
Binary file removed app/libs/dlna-dmc.aar
Binary file not shown.
Binary file added app/libs/dlna-dmr-release.aar
Binary file not shown.
Binary file removed app/libs/dlna-dmr.aar
Binary file not shown.

0 comments on commit 49c2c53

Please sign in to comment.