Skip to content

Commit

Permalink
Bump version to v2.2
Browse files Browse the repository at this point in the history
Tested-by: Pranav Purwar <[email protected]>
Signed-off-by: PranavPurwar <[email protected]>
  • Loading branch information
PranavPurwar committed Sep 30, 2023
1 parent 4fa3414 commit 68cb7c8
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 @@ -22,8 +22,8 @@ android {
applicationId = "org.cosmicide"
minSdk = 26
targetSdk = 34
versionCode = 20
versionName = "2.0"
versionCode = 22
versionName = "2.2"
buildConfigField("String", "GIT_COMMIT", "\"$commit\"")
}

Expand Down

0 comments on commit 68cb7c8

Please sign in to comment.