diff --git a/app/build.gradle b/app/build.gradle index fcbeed8..dd837aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }