From 6c8838adb7867f10c304ccd31055277fb617bdfd Mon Sep 17 00:00:00 2001 From: Aaron Klotz Date: Thu, 11 Mar 2021 11:04:33 -0700 Subject: [PATCH] [fenix] Explicitly set android:extractNativeLibs to true in ApplicationManifest.xml The Android Gradle Plugin's default for android:extractNativeLibs changed from true to false beginning with version 3.6.0. Based on GeckoView's needs, we should ensure that this attribute is explicitly set to true. --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2b9d15bd97..cdf7cfe2d0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,6 +25,7 @@