mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Make sure aapt lib gets extracted to native lib dir during install
This commit is contained in:
parent
6bd218277d
commit
bb96c3ed63
1 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
|
Loading…
Reference in a new issue