Skip to content

Commit 7bd8556

Browse files
committed
build
1 parent cc45313 commit 7bd8556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55

66
// =====
77
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)
8+
var beta = false // add .beta to applicationId
9+
var appIdSuffix = ".prerelease" // add this to applicationId (E M P T Y F O R R E L E A S E S)
1010
var verBuild = 154 // versionCode
1111
var verName = "1.3-pre1-beta" // versionName...
1212
var verBranch = "pre-release" // branch

0 commit comments

Comments
 (0)