update version to 5.8.0

This commit is contained in:
tibbi 2022-06-24 21:02:17 +02:00
parent cbb09ef0b7
commit cd61938d31
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.clock"
minSdkVersion 29
targetSdkVersion 31
versionCode 27
versionName "5.7.1"
versionCode 28
versionName "5.8.0"
setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true
}