We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc45313 commit 7bd8556Copy full SHA for 7bd8556
app/build.gradle
@@ -5,8 +5,8 @@ plugins {
5
6
// =====
7
var isDev = false // add .dev to applicationId
8
-var beta = true // add .beta to applicationId
9
-var appIdSuffix = "" // add this to applicationId (E M P T Y F O R R E L E A S E S)
+var beta = false // add .beta to applicationId
+var appIdSuffix = ".prerelease" // add this to applicationId (E M P T Y F O R R E L E A S E S)
10
var verBuild = 154 // versionCode
11
var verName = "1.3-pre1-beta" // versionName...
12
var verBranch = "pre-release" // branch
0 commit comments