diff options
Diffstat (limited to 'android/app/src/androidTest/AndroidManifest.xml')
| -rw-r--r-- | android/app/src/androidTest/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/app/src/androidTest/AndroidManifest.xml b/android/app/src/androidTest/AndroidManifest.xml index c369eb60db..7e6663f58c 100644 --- a/android/app/src/androidTest/AndroidManifest.xml +++ b/android/app/src/androidTest/AndroidManifest.xml @@ -2,5 +2,6 @@ <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" /> + <application android:extractNativeLibs="true" + android:allowBackup="false" /> </manifest> |
