diff options
| author | Albin <albin@mullvad.net> | 2021-10-13 18:14:45 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2021-12-16 11:38:25 +0100 |
| commit | 6c4d31dfc59772e9a80d0260fee34cf03d5c05f5 (patch) | |
| tree | 8418020b852073a6dfb0c4c44fabdb1586404d11 /android/src/androidTest/AndroidManifest.xml | |
| parent | 4dcdb1306d23a8e831389130fdef452cae4dc809 (diff) | |
| download | mullvadvpn-6c4d31dfc59772e9a80d0260fee34cf03d5c05f5.tar.xz mullvadvpn-6c4d31dfc59772e9a80d0260fee34cf03d5c05f5.zip | |
Split Android project and app module
The purpose of this is to:
* Comply better with the default Android project structure
(see https://developer.android.com/studio/build).
* Avoid conflicts between project and app dependencies and plugins.
Diffstat (limited to 'android/src/androidTest/AndroidManifest.xml')
| -rw-r--r-- | android/src/androidTest/AndroidManifest.xml | 8 |
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> |
