Skip to content

Commit

Permalink
Update version to 1.5.0-qa.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jan 14, 2025
1 parent d585b9f commit 2c0fe77
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 @@ -20,10 +20,10 @@ android {
// This project uses semantic versioning
// https://semver.org/
def versionMajor = 1
def versionMinor = 4
def versionMinor = 5
def versionPatch = 0
def versionMeta = ""
def versionCodeIncremental = 1429
def versionMeta = "-qa.1"
def versionCodeIncremental = 1430

compileSdkVersion 34

Expand Down

0 comments on commit 2c0fe77

Please sign in to comment.