update version to 5.5.0

This commit is contained in:
tibbi 2020-12-29 11:18:08 +01:00
parent 7a37455036
commit 277e8cc70d
1 changed files with 2 additions and 2 deletions

View File

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