update version to 5.9.1

This commit is contained in:
tibbi 2022-09-01 11:56:03 +02:00
parent d6a01a7ed9
commit 1674b786f4

View File

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