diff --git a/app/build.gradle b/app/build.gradle index 1e7d42199..5ccf5e282 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 19 targetSdkVersion 31 versionCode 19 - versionName '3.6.5' + versionName '3.6.6' } buildTypes { @@ -39,6 +39,11 @@ android { lint { abortOnError false } + packagingOptions { + jniLibs { + useLegacyPackaging false + } + } } dependencies { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5a7c02039..e32c40099 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -44,8 +44,7 @@ android:supportsRtl="true" android:allowBackup="true" android:defaultToDeviceProtectedStorage="true" - android:directBootAware="true" - android:extractNativeLibs="false"> + android:directBootAware="true">