Skip to content

Commit eb7f1f1

Browse files
committed
chore(app): drop debug-coexistence config (lands in its own PR)
1 parent 4238c0e commit eb7f1f1

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,7 @@ android {
5656
}
5757
}
5858
buildTypes {
59-
debug {
60-
isMinifyEnabled = false
61-
// Distinct package + label so a debug build installs side-by-side
62-
// with a signed release "Quire" instead of failing on signature
63-
// mismatch. Debug-only; release is unaffected.
64-
applicationIdSuffix = ".debug"
65-
versionNameSuffix = "-debug"
66-
}
59+
debug { isMinifyEnabled = false }
6760
release {
6861
isMinifyEnabled = false // Phase 1 only; revisit before publishing
6962
// AGP 8.3+ embeds git origin/branch/SHA into the APK by default,

app/src/debug/res/values/strings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)