update version to 5.9.3

This commit is contained in:
tibbi 2022-10-09 23:25:52 +02:00
parent 20c4afa0a7
commit ecf347ca1d

View File

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