update version to 5.0.3

This commit is contained in:
tibbi 2019-08-07 21:11:52 +02:00
parent 6309c9e324
commit 38cb0cbed3
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 13
versionName "5.0.2"
versionCode 14
versionName "5.0.3"
setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true
}