mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
feat(build): add internal
build type
Allows testing release builds in parallel with Play Store
This commit is contained in:
parent
f115fd8dda
commit
3bccc8748d
2 changed files with 14 additions and 0 deletions
|
@ -32,6 +32,11 @@ android {
|
|||
useLiveLiterals = false
|
||||
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
|
||||
}
|
||||
buildTypes.create("internal") {
|
||||
matchingFallbacks += "release"
|
||||
signingConfig = signingConfigs["debug"]
|
||||
applicationIdSuffix = ".internal"
|
||||
}
|
||||
}
|
||||
|
||||
baselineProfile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue