update version to 5.6.3

This commit is contained in:
tibbi 2021-12-29 22:13:45 +01:00
parent 5293466274
commit c0ab8448ce
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 43 versionCode 44
versionName "5.6.2" versionName "5.6.3"
setProperty("archivesBaseName", "calculator") setProperty("archivesBaseName", "calculator")
} }