update version to 3.1.0

This commit is contained in:
tibbi
2018-01-11 20:46:57 +01:00
parent 382fd85794
commit a8f2d6d371

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.simplemobiletools.calendar" applicationId "com.simplemobiletools.calendar"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 106 versionCode 107
versionName "3.0.1" versionName "3.1.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "calendar") setProperty("archivesBaseName", "calendar")
} }