update version to 5.2.0

This commit is contained in:
tibbi 2020-03-18 12:44:05 +01:00
parent 5ad7511baf
commit 323347eda1

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