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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>