update version to 5.7.0

This commit is contained in:
tibbi 2022-01-18 16:13:16 +01:00
parent 9eea6680e2
commit dc9d700747
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 21
targetSdkVersion 30
versionCode 44
versionName "5.6.3"
versionCode 45
versionName "5.7.0"
setProperty("archivesBaseName", "calculator")
}