blob: 41b8daf8c8c64bccc3962869850c7cfd673b490b (
plain)
1
2
3
4
5
6
7
8
|
<?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>
|