update version to 5.0.4

This commit is contained in:
tibbi 2019-10-31 22:47:06 +01:00
parent aef87ae065
commit 49d00b0d98

View File

@ -14,8 +14,8 @@ android {
applicationId "com.simplemobiletools.clock" applicationId "com.simplemobiletools.clock"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 14 versionCode 15
versionName "5.0.3" versionName "5.0.4"
setProperty("archivesBaseName", "clock") setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }