mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Add packaging pickFirst to fix tests.
This commit is contained in:
parent
6671a3f925
commit
5203dd86b4
2 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -106,6 +106,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 {
|
||||
|
|
Loading…
Reference in a new issue