summaryrefslogtreecommitdiffhomepage
path: root/android/lib/common-test
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-09-17 10:32:53 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-09-17 10:32:53 +0200
commit9a8c5836a7c1f21109568fcc734b432595724dff (patch)
tree7b81cb2f0d8807ba2a1b42084f8d0821e60688d7 /android/lib/common-test
parenteebf21cb19b72f74b4f1f390ed74fca45baa49ad (diff)
parentbb909172d7b54188dde109e46e24e7b7eaa8273f (diff)
downloadmullvadvpn-9a8c5836a7c1f21109568fcc734b432595724dff.tar.xz
mullvadvpn-9a8c5836a7c1f21109568fcc734b432595724dff.zip
Merge branch 'bump-dependencies'
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",
+ )
}
}
}