update version to 5.4.0

This commit is contained in:
tibbi 2020-11-05 14:22:22 +01:00
parent cc033cee4a
commit e52a238556

View file

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