update version to 5.6.1

This commit is contained in:
tibbi 2021-11-19 17:02:38 +01:00
parent 6dead1ea80
commit ec6b7f7f82

View File

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