Skip to content

Commit

Permalink
Fix: Fix release build for dav4jvm by excluding org.ogce:xpp3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Mar 4, 2024
1 parent 1fcec8b commit a637efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ repositories {
}
}
dependencies {
implementation 'com.github.zhanghai:dav4jvm:c317607'
implementation('com.github.zhanghai:dav4jvm:c317607') {
exclude group: 'org.ogce', module: 'xpp3'
}
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'com.github.topjohnwu.libsu:service:5.2.2'
}
Expand Down

0 comments on commit a637efd

Please sign in to comment.