update version to 2.3.2

This commit is contained in:
tibbi 2017-04-17 17:38:17 +02:00
parent 9f98607edd
commit 0a987e5ff1
3 changed files with 7 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.calendar"
minSdkVersion 16
targetSdkVersion 25
versionCode 68
versionName "2.3.1"
versionCode 69
versionName "2.3.2"
multiDexEnabled true
}

View File

@ -521,6 +521,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
add(Release(60, R.string.release_60))
add(Release(62, R.string.release_62))
add(Release(67, R.string.release_67))
add(Release(69, R.string.release_69))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -1,6 +1,10 @@
<resources>
<!-- Release notes -->
<string name="release_69">
Added more advanced weekly repetition by week days\n
Added sharing individual events by creating temporary .ics files
</string>
<string name="release_67">
Replaced raw database exporting with proper .ics file exporting\n
Added color themes