build: drop -free suffix

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya
2020-08-27 17:57:18 +05:30
parent 8c5cd0b7e5
commit cc97f64ff2

View File

@@ -80,7 +80,6 @@ android {
flavorDimensions("free")
productFlavors {
create("free") {
versionNameSuffix = "-free"
}
create("nonFree") {
}