1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

chore(mobile): suffix to app name on debug builds (#17044)

This commit is contained in:
Yaros
2025-03-24 17:23:07 +01:00
committed by GitHub
parent 4bfef2460a
commit d9c6ec06e5

View File

@@ -1,6 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET" />
</manifest>
<application android:label="Immich-Debug" tools:replace="android:label">
</application>
</manifest>