Skip to content

Commit

Permalink
Change the version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed May 7, 2021
1 parent 3aacc52 commit c548369
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 @@ -23,8 +23,8 @@ def gitHash() {
return "git -C ${rootDir} rev-parse --short HEAD".execute().text.trim()
}

def version = "1.5.0-alpha.1"
def version_code = 121
def version = "1.5.0"
def version_code = 122

android {
compileSdkVersion 30
Expand Down

0 comments on commit c548369

Please sign in to comment.