1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Add packaging pickFirst to fix tests.

This commit is contained in:
Benoit Marty
2024-07-16 11:06:44 +02:00
parent 6671a3f925
commit 5203dd86b4
2 changed files with 12 additions and 0 deletions

View File

@@ -372,6 +372,12 @@ android {
viewBinding true
buildConfig true
}
packaging {
pickFirsts.add("META-INF/LICENSE.md")
pickFirsts.add("META-INF/LICENSE-notice.md")
pickFirsts.add("MANIFEST.MF")
}
}
dependencies {