Android: Remove unused relWithVersionCode build type

This commit is contained in:
Charles Lombardo 2023-06-11 02:15:28 -04:00
parent b6f2490288
commit 37e135d74d
1 changed files with 0 additions and 10 deletions

View File

@ -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") {