mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixed setting android:extractNativeLibs=false in manifest file is deprecated
This commit is contained in:
parent
8201581018
commit
f45816565e
@ -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"
|
||||
|
@ -128,6 +128,7 @@ class AllProjectConfigurer {
|
||||
add("META-INF/notice.txt")
|
||||
add("META-INF/ASL2.0")
|
||||
}
|
||||
jniLibs.useLegacyPackaging = false
|
||||
}
|
||||
sourceSets {
|
||||
getByName("test") {
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user