Skip to content

Commit

Permalink
Remove extractNativeLibs to fix warning
Browse files Browse the repository at this point in the history
We already use useLegacyPackaging, which replaces extractNativeLibs
  • Loading branch information
emanuele-f committed Dec 2, 2023
1 parent 657191b commit 2ce33cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:banner="@drawable/banner"
android:supportsRtl="true"
android:extractNativeLibs="true"
android:theme="@style/AppTheme"
android:allowBackup="true"
tools:replace="android:label"
Expand Down

0 comments on commit 2ce33cc

Please sign in to comment.