chore(Android): update gradle, kotlin, configure glide (#2306)

This commit is contained in:
Fynn Petersen-Frey
2023-04-21 12:31:44 +02:00
committed by GitHub
parent b423852fad
commit 13be271df7
5 changed files with 16 additions and 5 deletions

View File

@@ -59,6 +59,7 @@
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<queries>
<intent>

View File

@@ -0,0 +1,7 @@
package app.alextran.immich
import com.bumptech.glide.annotation.GlideModule
import com.bumptech.glide.module.AppGlideModule
@GlideModule
class AppGlideModule : AppGlideModule()