From bb96c3ed63cff2ecd298bafdd1f84d462e6f190a Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Sat, 17 Sep 2022 22:54:38 +0100 Subject: [PATCH] fix: Make sure aapt lib gets extracted to native lib dir during install --- android/app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ef040dae..3053dedd 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -15,7 +15,8 @@ android:label="ReVanced Manager" android:name="${applicationName}" android:icon="@mipmap/ic_launcher" - android:largeHeap="true"> + android:largeHeap="true" + android:extractNativeLibs="true">