summaryrefslogtreecommitdiffhomepage
path: root/android/src/androidTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/androidTest/AndroidManifest.xml')
-rw-r--r--android/src/androidTest/AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/android/src/androidTest/AndroidManifest.xml b/android/src/androidTest/AndroidManifest.xml
deleted file mode 100644
index 41b8daf8c8..0000000000
--- a/android/src/androidTest/AndroidManifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="net.mullvad.mullvadvpn.test">
-
- <!-- Required on certain Android versions and/or ABIs
- https://github.com/mockk/mockk/issues/297#issuecomment-641361770 -->
- <application android:extractNativeLibs="true" />
-</manifest>