update version to 5.3.0

This commit is contained in:
tibbi 2020-08-19 23:54:32 +02:00
parent 9bba1b74ec
commit 2bdb63723e
1 changed files with 2 additions and 2 deletions

View File

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