update version to 5.1.0

This commit is contained in:
tibbi 2020-02-14 20:46:43 +01:00
parent e56129773c
commit d2cac8e5fc

View File

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