mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +01:00
fix: enable largeHeap flag to prevent app crashing on heavy tasks like patching
This commit is contained in:
parent
31ca694f4e
commit
f3383393ef
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
android:label="ReVanced Manager"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:requestLegacyExternalStorage="true">
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:largeHeap="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
|
Loading…
Reference in a new issue