update versionCode to 2

This commit is contained in:
tibbi 2018-03-13 22:07:05 +01:00
parent cb1cd5c84e
commit b3873e726c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ android {
applicationId "com.simplemobiletools.clock"
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionCode 2
versionName "3.1.0"
setProperty("archivesBaseName", "clock")
}