Skip to content

Commit a91d1ee

Browse files
committed
Add largeHeap and hardware accelerated flags to hopefully fix OOM
1 parent f8c1f36 commit a91d1ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "nl.giejay.android.tv.immich"
3131
minSdkVersion 24
3232
targetSdkVersion 35
33-
versionCode 76
34-
versionName "2.4.1"
33+
versionCode 77
34+
versionName "2.4.2"
3535

3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3737
testOptions.unitTests.includeAndroidResources = true

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
android:fullBackupContent="true"
4444
android:icon="@drawable/icon"
4545
android:usesCleartextTraffic="true"
46+
android:largeHeap="true"
47+
android:hardwareAccelerated="true"
4648
android:banner="@mipmap/icon_banner"
4749
android:label="@string/app_name"
4850
android:supportsRtl="true"

0 commit comments

Comments
 (0)