Skip to content

Commit

Permalink
[gradle] bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
chr56 committed Apr 7, 2022
1 parent 0dc0a46 commit 3bc4bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
vectorDrawables.useSupportLibrary = true

applicationId = "player.phonograph"
versionCode = 200
versionName = "0.2.0"
versionCode = 201
versionName = "0.2.0-RC1"

buildConfigField("String", "GIT_COMMIT_HASH", "\"${getGitHash(1)}\"")
setProperty("archivesBaseName", "PhonographPlus_$versionName")
Expand Down

0 comments on commit 3bc4bda

Please sign in to comment.