We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c1f36 commit a91d1eeCopy full SHA for a91d1ee
app/build.gradle
@@ -30,8 +30,8 @@ android {
30
applicationId "nl.giejay.android.tv.immich"
31
minSdkVersion 24
32
targetSdkVersion 35
33
- versionCode 76
34
- versionName "2.4.1"
+ versionCode 77
+ versionName "2.4.2"
35
36
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
37
testOptions.unitTests.includeAndroidResources = true
app/src/main/AndroidManifest.xml
@@ -43,6 +43,8 @@
43
android:fullBackupContent="true"
44
android:icon="@drawable/icon"
45
android:usesCleartextTraffic="true"
46
+ android:largeHeap="true"
47
+ android:hardwareAccelerated="true"
48
android:banner="@mipmap/icon_banner"
49
android:label="@string/app_name"
50
android:supportsRtl="true"
0 commit comments