blob: 8d37c966e9b6b3b5e0945121c44cfbbd9fa056ac (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Required on certain Android versions and/or ABIs
https://github.com/mockk/mockk/issues/297#issuecomment-641361770 -->
<application android:extractNativeLibs="true" />
</manifest>
|