update version to 5.4.0

This commit is contained in:
tibbi 2020-11-07 18:01:50 +01:00
parent a0bc9395f3
commit 65f89b308e
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 21
targetSdkVersion 30
versionCode 36
versionName "5.3.0"
versionCode 37
versionName "5.4.0"
setProperty("archivesBaseName", "calculator")
}