mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: Make sure aapt lib gets extracted to native lib dir during install
This commit is contained in:
parent
6bd218277d
commit
bb96c3ed63
@ -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 New Issue
Block a user