update version to 5.7.0

This commit is contained in:
tibbi
2022-04-25 22:23:16 +02:00
parent 172fd51455
commit 5fb7522594

View File

@@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.clock" applicationId "com.simplemobiletools.clock"
minSdkVersion 29 minSdkVersion 29
targetSdkVersion 31 targetSdkVersion 31
versionCode 25 versionCode 26
versionName "5.6.1" versionName "5.7.0"
setProperty("archivesBaseName", "clock") setProperty("archivesBaseName", "clock")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }