update version to 5.1.0

This commit is contained in:
tibbi 2019-11-26 11:52:28 +01:00
parent 143bc477bb
commit 6bbfa5768b
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 21
targetSdkVersion 29
versionCode 28
versionName "5.0.5"
versionCode 29
versionName "5.1.0"
setProperty("archivesBaseName", "calculator")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"