remove beta flavor

This commit is contained in:
m2049r 2018-10-08 17:07:26 +02:00 committed by m2049r
parent e1bd04c945
commit 5b60987692
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ android {
applicationIdSuffix ".alpha"
versionNameSuffix " (alpha)"
}
beta {
applicationIdSuffix ".beta"
versionNameSuffix " (beta)"
}
prod {
}
}