android: disable compression and extraction of libs

This commit is contained in:
Avently
2024-09-13 18:12:56 +07:00
parent 4cfda91124
commit 6e875d4632
3 changed files with 1 additions and 3 deletions
@@ -33,7 +33,6 @@
android:fullBackupOnly="false"
android:icon="@mipmap/icon"
android:label="${app_name}"
android:extractNativeLibs="${extract_native_libs}"
android:supportsRtl="true"
android:theme="@style/Theme.SimpleX">
<!-- android:localeConfig="@xml/locales_config"-->