Skip to content
Snippets Groups Projects
Commit 37e135d7 authored by Charles Lombardo's avatar Charles Lombardo
Browse files

Android: Remove unused relWithVersionCode build type

parent b6f24902
No related branches found
No related tags found
No related merge requests found
......@@ -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") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment