Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
FazziCLAY committed Nov 4, 2023
1 parent cc45313 commit 7bd8556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {

// =====
var isDev = false // add .dev to applicationId
var beta = true // add .beta to applicationId
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)
var verBuild = 154 // versionCode
var verName = "1.3-pre1-beta" // versionName...
var verBranch = "pre-release" // branch
Expand Down

0 comments on commit 7bd8556

Please sign in to comment.