Răsfoiți Sursa

android: Remove unnecessary flag to extract native libs in AndroidManifest.xml

Charles Lombardo 2 ani în urmă
părinte
comite
9b961dddb4
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/android/app/src/main/AndroidManifest.xml

+ 0 - 1
src/android/app/src/main/AndroidManifest.xml

@@ -28,7 +28,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
         android:appCategory="game"
         android:appCategory="game"
         android:localeConfig="@xml/locales_config"
         android:localeConfig="@xml/locales_config"
         android:banner="@drawable/tv_banner"
         android:banner="@drawable/tv_banner"
-        android:extractNativeLibs="true"
         android:fullBackupContent="@xml/data_extraction_rules"
         android:fullBackupContent="@xml/data_extraction_rules"
         android:dataExtractionRules="@xml/data_extraction_rules_api_31"
         android:dataExtractionRules="@xml/data_extraction_rules_api_31"
         android:enableOnBackInvokedCallback="true">
         android:enableOnBackInvokedCallback="true">