Browse Source

Android: Remove unused relWithVersionCode build type

nce_cpp
Charles Lombardo 3 years ago
parent
commit
4ad4f6cf26
  1. 10
      src/android/app/build.gradle.kts

10
src/android/app/build.gradle.kts

@ -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 // builds a release build that doesn't need signing
// Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. // Attaches 'debug' suffix to version and package name, allowing installation alongside the release build.
register("relWithDebInfo") { register("relWithDebInfo") {

Loading…
Cancel
Save