Skip to content

Commit

Permalink
Fix build issue with mockk version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Renaud committed Oct 10, 2022
1 parent 1e6e16a commit 8fa51f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ android {
]
}

packagingOptions {
merge "**/MANIFEST.MF"
merge "META-INF/LICENSE.md"
merge "META-INF/LICENSE-notice.md"
}

sourceSets {
androidTest {
java.srcDirs += "src/sharedTest/java"
Expand Down

0 comments on commit 8fa51f2

Please sign in to comment.