update version to 4.1.1

This commit is contained in:
tibbi 2018-07-04 21:36:37 +02:00
parent 1aef62cdc4
commit a74d5c33e2

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.calendar" applicationId "com.simplemobiletools.calendar"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 124 versionCode 125
versionName "4.1.0" versionName "4.1.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "calendar") setProperty("archivesBaseName", "calendar")
} }