update version to 5.5.1

This commit is contained in:
tibbi 2021-04-19 16:11:56 +02:00
parent 68d06c828a
commit 4eb1a4fa84
1 changed files with 2 additions and 2 deletions

View File

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