App debug builds can now be installed side-by-side with non-debug

This commit is contained in:
Rob Emery
2024-10-16 01:22:57 +01:00
parent 672bc159cc
commit cff6b86997

View File

@ -81,6 +81,10 @@ android {
release {
signingConfig signingConfigs.release
}
debug {
applicationIdSuffix = ".debug"
versionNameSuffix = "-debug"
}
}
}