update version to 5.2.0

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

View File

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