From dfb26a0d2c95d56f69f5e1e0c255d9d5d6788120 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 29 Jul 2023 23:03:12 +0200 Subject: storage: remove embedded FTP server Moving back the configuration files and logs to the user-accessible storage. Everything should be accessible through a file manager using the "USB storage" mode. The embedded FTP server is no longer necessary. --- app/build.gradle | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 5d2da3f..5d49965 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,17 +71,6 @@ android { dataBinding = true } - packagingOptions { - resources { - excludes += [ - 'META-INF/DEPENDENCIES', - 'META-INF/spring.schemas', - 'META-INF/spring.handlers', - 'META-INF/license.txt', - ] - } - } - namespace 'org.pacien.tincapp' } @@ -101,7 +90,6 @@ dependencies { implementation('org.apache.commons:commons-configuration2:2.3') { exclude group: 'commons-logging', module: 'commons-logging' } implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } implementation('commons-io:commons-io:2.6') { exclude group: 'commons-logging', module: 'commons-logging' } - implementation('org.apache.ftpserver:ftpserver:1.1.1') { exclude group: 'org.slf4j', module: 'slf4j-log4j12' } } repositories { -- cgit v1.2.3