update version to 5.0.4

This commit is contained in:
tibbi 2019-10-31 22:47:06 +01:00
parent aef87ae065
commit 49d00b0d98
1 changed files with 2 additions and 2 deletions

View File

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