Skip to content

Commit

Permalink
Add packaging pickFirst to fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jul 16, 2024
1 parent 6671a3f commit 4a7d282
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ android {
viewBinding true
buildConfig true
}

packaging {
pickFirsts.add("META-INF/LICENSE.md")
pickFirsts.add("MANIFEST.MF")
}
}

dependencies {
Expand Down

0 comments on commit 4a7d282

Please sign in to comment.