summaryrefslogtreecommitdiffhomepage
path: root/android/test/common
diff options
context:
space:
mode:
Diffstat (limited to 'android/test/common')
-rw-r--r--android/test/common/build.gradle.kts11
1 files changed, 6 insertions, 5 deletions
diff --git a/android/test/common/build.gradle.kts b/android/test/common/build.gradle.kts
index 65bd43ed1c..26195ecb39 100644
--- a/android/test/common/build.gradle.kts
+++ b/android/test/common/build.gradle.kts
@@ -25,11 +25,12 @@ android {
packaging {
resources {
- pickFirsts += setOf(
- // Fixes packaging error caused by: jetified-junit-*
- "META-INF/LICENSE.md",
- "META-INF/LICENSE-notice.md"
- )
+ pickFirsts +=
+ setOf(
+ // Fixes packaging error caused by: jetified-junit-*
+ "META-INF/LICENSE.md",
+ "META-INF/LICENSE-notice.md",
+ )
}
}
}