Skip to content

Commit ece43b2

Browse files
committed
fixes
1 parent 22446ec commit ece43b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ plugins {
1010
id("jacoco")
1111
}
1212

13+
configurations.all {
14+
exclude(group = "xpp3", module = "xpp3")
15+
}
16+
1317
android {
1418
namespace = "com.alexdremov.notate"
1519
compileSdk = 36

0 commit comments

Comments
 (0)