From 3ca8bf60280f5e8dda78b57be4ea7d447986e912 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 9 Mar 2024 09:02:33 +0100 Subject: [PATCH] build: Remove debug app suffix --- android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 195751653..aa8b76494 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -65,7 +65,6 @@ android { buildTypes { debug { signingConfig signingConfigs.debug - applicationIdSuffix ".debug" versionNameSuffix "-debug" } release {