update version to 5.8.1

This commit is contained in:
tibbi 2022-07-03 16:59:00 +02:00
parent c10452a904
commit f113bad476

View File

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