From 01370ab099afb22e9ef94157040d3eb902b3614a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 17 Jan 2024 23:43:00 +0100 Subject: [PATCH] Fix some gradle deprecation warnings --- android/AndroidManifest.xml | 3 +-- android/build.gradle | 1 + gradle.properties | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 14bb73aca9..a073d82392 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -48,8 +48,7 @@ android:isGame="true" android:banner="@drawable/tv_banner" android:requestLegacyExternalStorage="true" - android:preserveLegacyExternalStorage="true" - android:extractNativeLibs="true"> + android:preserveLegacyExternalStorage="true">