mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
add android:largeHeap
to AndroidManifest.xml
This commit is contained in:
parent
6584cd1522
commit
cdd7a1a636
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue