version bump

This commit is contained in:
reduplicated 2022-11-02 23:59:14 +01:00
parent 344f974af2
commit bc03f6ebb5
1 changed files with 2 additions and 2 deletions

View File

@ -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 ?: ""}")