Changed suffix back to normal.

This commit is contained in:
Amine Bou 2018-01-16 22:13:00 +01:00
parent da17f89148
commit f7cc305e44

View File

@ -99,7 +99,7 @@ android {
}
storeConfig {
// As jenkins publishes to alpha first, this is the default suffix now.
versionNameSuffix '-alpha'
versionNameSuffix '-store'
dimension "build"
buildConfigField "boolean", "GITHUB_VERSION", "false"
}