diff --git a/app/build.gradle b/app/build.gradle index a62e5c3..dec04c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,6 +76,11 @@ android { outputFileName = 'LinuxCmd-' + defaultConfig.versionName + '.apk' } } + configurations { + all { + exclude module: 'commons-logging' + } + } namespace 'ernest.linuxcmd' }