mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-05 19:38:36 +02:00
add android:largeHeap to AndroidManifest.xml
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
android:usesCleartextTraffic="true" >
|
||||
android:usesCleartextTraffic="true"
|
||||
android:largeHeap="true" >
|
||||
|
||||
<!-- Android app widget -->
|
||||
<receiver
|
||||
|
||||
Reference in New Issue
Block a user