Bug 1849833 - Replace deprecated extractNativeLibs manifest attribute.

Starting with AGP 4.2.0, the DSL option useLegacyPackaging replaces the extractNativeLibs manifest attribute.
https://developer.android.com/guide/topics/manifest/application-element#extractNativeLibs
fenix/121.0
mcarare 8 months ago committed by mergify[bot]
parent 74f9138409
commit 645b266285

@ -231,6 +231,9 @@ android {
excludes += ['META-INF/atomicfu.kotlin_module', 'META-INF/AL2.0', 'META-INF/LGPL2.1',
'META-INF/LICENSE.md', 'META-INF/LICENSE-notice.md']
}
jniLibs {
useLegacyPackaging true
}
}

@ -43,7 +43,6 @@
<application
android:name=".FenixApplication"
android:allowBackup="false"
android:extractNativeLibs="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"

Loading…
Cancel
Save