From 323aea2191bf2ec9ef164a1a1bcec3a9476d1dc5 Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:22:59 +0530 Subject: [PATCH] chore: different package name for debug builds --- androidApp/build.gradle.kts | 6 ++++++ androidApp/src/debug/res/values/strings.xml | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 androidApp/src/debug/res/values/strings.xml diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index ac05f16ee..246c825b1 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -120,6 +120,12 @@ android { } } +androidComponents { + onVariants(selector().withBuildType("debug")) { variant -> + variant.applicationId.set("com.nuviodebug.com") + } +} + sentry { includeProguardMapping.set(true) autoUploadProguardMapping.set(sentryMappingUploadEnabled) diff --git a/androidApp/src/debug/res/values/strings.xml b/androidApp/src/debug/res/values/strings.xml new file mode 100644 index 000000000..0e9eb7aff --- /dev/null +++ b/androidApp/src/debug/res/values/strings.xml @@ -0,0 +1,4 @@ + + + Nuvio Debug +