Remove prerelease build config and predproduct build flavor

This commit is contained in:
jacques 2022-07-24 10:56:48 +02:00
parent 4620ca0f98
commit 0c8fa4812b

View file

@ -58,12 +58,6 @@ android {
debuggable false
signingConfig signingConfigs.release
}
prerelease {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
debuggable false
signingConfig signingConfigs.prerelease
}
}
flavorDimensions "version"
productFlavors {
@ -76,10 +70,6 @@ android {
resValue "string", "app_name", "PillDroid"
dimension ="version"
}
preproduct {
resValue "string", "app_name", "PillDroid Pre-Release"
dimension ="version"
}
}
compileOptions {