update version to 5.9.0

This commit is contained in:
tibbi 2022-08-31 21:30:22 +02:00
parent f365e92f15
commit 557de01102
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 29
versionName "5.8.1"
versionCode 30
versionName "5.9.0"
setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true
}