We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4238c0e commit eb7f1f1Copy full SHA for eb7f1f1
2 files changed
app/build.gradle.kts
@@ -56,14 +56,7 @@ android {
56
}
57
58
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
- }
+ debug { isMinifyEnabled = false }
67
release {
68
isMinifyEnabled = false // Phase 1 only; revisit before publishing
69
// AGP 8.3+ embeds git origin/branch/SHA into the APK by default,
app/src/debug/res/values/strings.xml
0 commit comments