mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
build: set applicationIdSuffix for debug builds
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
607e93e180
commit
418d1b22d6
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ internal fun BaseAppModuleExtension.configureAndroidApplicationOptions(project:
|
|||
setProguardFiles(listOf("proguard-android-optimize.txt", "proguard-rules.pro"))
|
||||
}
|
||||
named("debug") {
|
||||
applicationIdSuffix = ".debug"
|
||||
versionNameSuffix = "-debug"
|
||||
isMinifyEnabled = false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue