summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/androidTest/AndroidManifest.xml
blob: 7e6663f58c3fb582b1c020da8dfec52aa2f4ef9e (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"
                 android:allowBackup="false" />
</manifest>