1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 08:57:44 +03:00

build fix

This commit is contained in:
Anton Afanasyeu
2026-06-15 12:24:55 +02:00
parent a33f8183c0
commit ac887131a0

View File

@@ -113,6 +113,12 @@ android {
packaging {
resources {
excludes += '/META-INF/versions/9/OSGI-INF/MANIFEST.MF'
// Apache MINA SSHD (RSSH local server) — duplicate metadata across modules
excludes += '/META-INF/DEPENDENCIES'
excludes += '/META-INF/LICENSE'
excludes += '/META-INF/LICENSE.txt'
excludes += '/META-INF/NOTICE'
excludes += '/META-INF/NOTICE.txt'
}
}
@@ -140,7 +146,6 @@ dependencies {
implementation 'com.github.mwiede:jsch:0.2.21'
implementation 'org.apache.sshd:sshd-core:2.14.0'
implementation 'org.apache.sshd:sshd-scp:2.14.0'
implementation 'org.slf4j:slf4j-android:1.7.36'
implementation project(':tunnel')