summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-12-01 13:59:25 +0100
committercyBerta <cyberta@riseup.net>2021-12-01 14:13:33 +0100
commit79911dd9d290b087834bdd008e0d29167910caef (patch)
tree3273f830d909c9891fd9b6d431558f78d0280c62
parent303fa52e5cd670d4d0d718afee43470ef81a758b (diff)
try to fix missing lib folder
-rw-r--r--app/src/main/AndroidManifest.xml2
-rw-r--r--gradle.properties1
2 files changed, 2 insertions, 1 deletions
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">
diff --git a/gradle.properties b/gradle.properties
index 9a2223a5..44700ef5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,4 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4096m
+android.bundle.enableUncompressedNativeLibs = false \ No newline at end of file