Fixed setting android:extractNativeLibs=false in manifest file is deprecated

This commit is contained in:
MohitMaliFtechiz 2023-06-13 11:51:30 +05:30 committed by Kelson
parent 8201581018
commit f45816565e
4 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@
<application
android:name=".KiwixApp"
android:allowBackup="true"
android:extractNativeLibs="false"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"

View File

@ -128,6 +128,7 @@ class AllProjectConfigurer {
add("META-INF/notice.txt")
add("META-INF/ASL2.0")
}
jniLibs.useLegacyPackaging = false
}
sourceSets {
getByName("test") {

View File

@ -20,7 +20,6 @@
<application
android:allowBackup="true"
android:extractNativeLibs="false"
android:fullBackupContent="@xml/backup_rules"
android:dataExtractionRules = "@xml/data_extraction_rules"
android:hardwareAccelerated="true"

View File

@ -6,7 +6,6 @@
<application
android:name=".CustomApp"
android:extractNativeLibs="false"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"