update version to 5.5.1

This commit is contained in:
tibbi 2021-02-05 18:18:46 +01:00
parent 3a03be17f9
commit fc134a44d9
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.calculator" applicationId "com.simplemobiletools.calculator"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 38 versionCode 39
versionName "5.5.0" versionName "5.5.1"
setProperty("archivesBaseName", "calculator") setProperty("archivesBaseName", "calculator")
} }