Skip to content

Commit

Permalink
Update version to 1.4.0-qa.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Nov 28, 2024
1 parent 4cc139d commit 68a8c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ android {
// This project uses semantic versioning
// https://semver.org/
def versionMajor = 1
def versionMinor = 3
def versionPatch = 2
def versionMeta = ""
def versionCodeIncremental = 1416
def versionMinor = 4
def versionPatch = 0
def versionMeta = "-qa.10"
def versionCodeIncremental = 1417

compileSdkVersion 34

Expand Down

0 comments on commit 68a8c99

Please sign in to comment.