Skip to content

Commit

Permalink
exclude module: 'commons-logging'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest-su committed Oct 27, 2022
1 parent 8c4a571 commit d512bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ android {
outputFileName = 'LinuxCmd-' + defaultConfig.versionName + '.apk'
}
}
configurations {
all {
exclude module: 'commons-logging'
}
}
namespace 'ernest.linuxcmd'
}

Expand Down

0 comments on commit d512bde

Please # to comment.