From 6ac3f16f08a97a0cd8e0c507a4117eaedbc47602 Mon Sep 17 00:00:00 2001 From: FongMi Date: Tue, 2 Jul 2024 10:41:15 +0800 Subject: [PATCH 1/3] Update gradle --- app/build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 01a1b17ae..b717174c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -135,7 +135,7 @@ dependencies { implementation 'org.fourthline.cling:cling-core:2.1.1' implementation 'org.fourthline.cling:cling-support:2.1.1' implementation 'org.greenrobot:eventbus:3.3.1' - api 'org.nanohttpd:nanohttpd:2.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') diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3cd67b81e..c39648e16 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Mar 29 12:54:35 CST 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME From 8cd3517323441dd1c6aa7716ee2a639f00df01c5 Mon Sep 17 00:00:00 2001 From: FongMi Date: Tue, 2 Jul 2024 10:42:40 +0800 Subject: [PATCH 2/3] Fix build --- app/src/mobile/res/layout-sw600dp/activity_video.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/src/mobile/res/layout-sw600dp/activity_video.xml b/app/src/mobile/res/layout-sw600dp/activity_video.xml index ad82f338b..cae702db3 100644 --- a/app/src/mobile/res/layout-sw600dp/activity_video.xml +++ b/app/src/mobile/res/layout-sw600dp/activity_video.xml @@ -156,14 +156,6 @@ android:layout_height="match_parent" android:fillViewport="true"> - - Date: Tue, 2 Jul 2024 10:44:52 +0800 Subject: [PATCH 3/3] Fix rtmp --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b717174c4..9cb8f7783 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,13 +120,14 @@ dependencies { implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3' implementation('com.github.teamnewpipe:NewPipeExtractor:v0.23.1') { exclude group: 'org.jsoup', module: 'jsoup' } implementation 'com.github.thegrizzlylabs:sardine-android:0.9' + implementation 'com.github.YarikSOffice:lingver:1.3.0' implementation 'com.google.android.material:material:1.11.0' implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' implementation 'com.google.zxing:core:3.3.0' implementation 'com.guolindev.permissionx:permissionx:1.7.1' implementation 'com.hierynomus:smbj:0.13.0' implementation 'com.tencent.tbs:tbssdk:44286' - implementation 'com.github.YarikSOffice:lingver:1.3.0' + implementation 'io.antmedia:rtmp-client:3.2.0' implementation 'javax.servlet:javax.servlet-api:3.1.0' implementation 'org.chromium.net:cronet-embedded:76.3809.111' implementation 'org.eclipse.jetty:jetty-client:8.1.21.v20160908'