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
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

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