Skip to content

Commit

Permalink
Update version to 1.3.1-qa.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiatsartem committed Nov 5, 2024
1 parent a8b7bc5 commit 445df95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ android {
// https://semver.org/
def versionMajor = 1
def versionMinor = 3
def versionPatch = 0
def versionMeta = ""
def versionCodeIncremental = 1406
def versionPatch = 1
def versionMeta = "-qa.1"
def versionCodeIncremental = 1407

compileSdkVersion 34

Expand Down

0 comments on commit 445df95

Please sign in to comment.