update version to 4.0.1

This commit is contained in:
tibbi 2018-05-27 15:38:05 +02:00
parent 8a20de3a01
commit 088e64fb2c

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.clock" applicationId "com.simplemobiletools.clock"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 6 versionCode 7
versionName "4.0.0" versionName "4.0.1"
setProperty("archivesBaseName", "clock") setProperty("archivesBaseName", "clock")
} }