From ac887131a085fe0d5cc498324d60cadf59fd96df Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Mon, 15 Jun 2026 12:24:55 +0200 Subject: [PATCH] build fix --- app/build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bcf4542..8b390e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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')