update version to 5.9.5

This commit is contained in:
tibbi 2022-12-12 16:12:56 +01:00
parent dde2c4de66
commit 69a5619125
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 34
versionName "5.9.4"
versionCode 35
versionName "5.9.5"
setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true
}