Skip to content

Commit

Permalink
dev -> release
Browse files Browse the repository at this point in the history
  • Loading branch information
FazziCLAY committed Jun 18, 2023
1 parent d45d095 commit 4efa8d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ plugins {
}

// =====
var isDev = true
var isDev = false
var beta = false
var appIdSuffix = "" // EMPTY FOR RELEASES!!!!
var verBuild = 133
var verName = "1.2.x.1"
var verBranch = "39-when-resuming-in-the-itemeditor-of-the-longtextitem-item-the-text-of-the-parent-element-is-replaced-by-the-previous-text-of-the-child" // use "RELEASE" for releases versions
var verReleaseTime = 1687000271 // in seconds
var verBuild = 134
var verName = "1.2"
var verBranch = "RELEASE" // use "RELEASE" for releases versions
var verReleaseTime = 1687111260 // in seconds
// =====

android {
Expand Down

0 comments on commit 4efa8d4

Please sign in to comment.