From d9c6ec06e5313e53227be8bd324e4d760f5f0cc9 Mon Sep 17 00:00:00 2001 From: Yaros Date: Mon, 24 Mar 2025 17:23:07 +0100 Subject: [PATCH] chore(mobile): suffix to app name on debug builds (#17044) --- mobile/android/app/src/debug/AndroidManifest.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mobile/android/app/src/debug/AndroidManifest.xml b/mobile/android/app/src/debug/AndroidManifest.xml index ac7c0c7e53..4c0d9255f1 100644 --- a/mobile/android/app/src/debug/AndroidManifest.xml +++ b/mobile/android/app/src/debug/AndroidManifest.xml @@ -1,6 +1,10 @@ - + - + + + + \ No newline at end of file