update version to 5.9.5

This commit is contained in:
tibbi 2022-12-12 16:12:56 +01:00
parent dde2c4de66
commit 69a5619125

View File

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