update version to 5.10.1

This commit is contained in:
tibbi 2023-03-25 12:07:49 +01:00
parent 3fb2701403
commit 0c709fe17a
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.clock"
minSdkVersion 23
targetSdkVersion 33
versionCode 36
versionName "5.10.0"
versionCode 37
versionName "5.10.1"
setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true
}