update version to 5.8.2

This commit is contained in:
tibbi 2022-06-07 15:31:15 +02:00
parent 9ca4f85028
commit 1572fa5bc2
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 21
targetSdkVersion 31
versionCode 50
versionName "5.8.1"
versionCode 51
versionName "5.8.2"
setProperty("archivesBaseName", "calculator")
}