update version to 5.6.0

This commit is contained in:
tibbi 2021-09-15 12:37:47 +02:00
parent 806c724097
commit 7c19318511

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.clock" applicationId "com.simplemobiletools.clock"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 23 versionCode 24
versionName "5.5.1" versionName "5.6.0"
setProperty("archivesBaseName", "clock") setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }