mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:57:40 +03:00
build fix
This commit is contained in:
@@ -113,6 +113,12 @@ android {
|
|||||||
packaging {
|
packaging {
|
||||||
resources {
|
resources {
|
||||||
excludes += '/META-INF/versions/9/OSGI-INF/MANIFEST.MF'
|
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 'com.github.mwiede:jsch:0.2.21'
|
||||||
|
|
||||||
implementation 'org.apache.sshd:sshd-core:2.14.0'
|
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 'org.slf4j:slf4j-android:1.7.36'
|
||||||
|
|
||||||
implementation project(':tunnel')
|
implementation project(':tunnel')
|
||||||
|
|||||||
Reference in New Issue
Block a user