From 79911dd9d290b087834bdd008e0d29167910caef Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 1 Dec 2021 13:59:25 +0100 Subject: try to fix missing lib folder --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 75b166d9..2e9d2ade 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -35,7 +35,7 @@ android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:extractNativeLibs="true" + android:extractNativeLibs="false" android:appCategory="productivity" android:logo="@mipmap/ic_launcher" android:theme="@style/BitmaskTheme"> -- cgit v1.2.3