chore: enable android:largeHeap

fix #1938
pull/1940/head
Xwite 3 years ago
parent 23d26172a4
commit e76baa9b5c
  1. 1
      app/src/main/AndroidManifest.xml

@ -22,6 +22,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"

Loading…
Cancel
Save