Skip to content

Commit 3f0dec3

Browse files
committed
Fixed: Remove deprecated attribute extractNativeLibs
Fixes the following deprecation warning when builing: > AndroidManifest.xml:44:9-41 Warning: > android:extractNativeLibs should not be specified in this source AndroidManifest.xml file. See https://d.android.com/guide/topics/manifest/application-element#extractNativeLibs for more information. > The AGP Upgrade Assistant can remove the attribute from the AndroidManifest.xml file and update the build file accordingly. See https://d.android.com/studio/build/agp-upgrade-assistant for more information. The useLegacyPackaging DSL option is already used in `app/build.gradle`.
1 parent ef4775b commit 3f0dec3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
android:name=".app.TermuxApplication"
4242
android:allowBackup="false"
4343
android:banner="@drawable/banner"
44-
android:extractNativeLibs="true"
4544
android:icon="@mipmap/ic_launcher"
4645
android:label="@string/application_name"
4746
android:requestLegacyExternalStorage="true"

0 commit comments

Comments
 (0)