update version to 5.9.1

This commit is contained in:
tibbi 2022-07-17 22:36:17 +02:00
parent 62e4f401ca
commit 40c4b4384b

View file

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 21
targetSdkVersion 31
versionCode 52
versionName "5.9.0"
versionCode 53
versionName "5.9.1"
setProperty("archivesBaseName", "calculator")
}