update version to 5.6.0

This commit is contained in:
tibbi 2021-09-15 12:37:47 +02:00
parent 806c724097
commit 7c19318511
1 changed files with 2 additions and 2 deletions

View File

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