Android: Remove unused relWithVersionCode build type
This commit is contained in:
parent
b6f2490288
commit
37e135d74d
1 changed files with 0 additions and 10 deletions
|
@ -83,16 +83,6 @@ android {
|
|||
)
|
||||
}
|
||||
|
||||
register("relWithVersionCode") {
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
isMinifyEnabled = true
|
||||
isDebuggable = false
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
}
|
||||
|
||||
// builds a release build that doesn't need signing
|
||||
// Attaches 'debug' suffix to version and package name, allowing installation alongside the release build.
|
||||
register("relWithDebInfo") {
|
||||
|
|
Loading…
Reference in a new issue