update version to 5.2.1

This commit is contained in:
tibbi 2020-03-20 17:08:33 +01:00
parent 1d4113545a
commit b9dc7f7127
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.clock"
minSdkVersion 21
targetSdkVersion 29
versionCode 17
versionName "5.2.0"
versionCode 18
versionName "5.2.1"
setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true
}