Skip to content

Commit

Permalink
try to keep apk jcifs instead of device one
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Jan 5, 2025
1 parent 1878d58 commit ba9c303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ tasks.register('ndkClean', Exec) {
configurations.configureEach {
exclude group: "org.slf4j", module: "slf4j-log4j12"
exclude group: "log4j", module: "log4j"
exclude group: 'jcifs', module: 'jcifs' // try to avoid conflict with jcifs-ng on Konka Android TV 2861
}

dependencies {
Expand Down

0 comments on commit ba9c303

Please sign in to comment.