summaryrefslogtreecommitdiffhomepage
path: root/android/lib/common-test
diff options
context:
space:
mode:
Diffstat (limited to 'android/lib/common-test')
-rw-r--r--android/lib/common-test/build.gradle.kts11
1 files changed, 6 insertions, 5 deletions
diff --git a/android/lib/common-test/build.gradle.kts b/android/lib/common-test/build.gradle.kts
index 0f96eca415..aa0b13f76c 100644
--- a/android/lib/common-test/build.gradle.kts
+++ b/android/lib/common-test/build.gradle.kts
@@ -24,11 +24,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",
+ )
}
}
}