Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
reduplicated committed Nov 2, 2022
1 parent 344f974 commit bc03f6e
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 @@ -47,8 +47,8 @@ android {
minSdk = 21
targetSdk = 30

versionCode = 53
versionName = "3.2.0"
versionCode = 54
versionName = "3.2.1"

resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")

Expand Down

0 comments on commit bc03f6e

Please sign in to comment.