diff --git a/app/build.gradle b/app/build.gradle index d04374025..35450ba9f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt index 8d1f5d2d1..a177a1200 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt @@ -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) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index c986bba14..261ac966c 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -1,6 +1,10 @@ + + Added more advanced weekly repetition by week days\n + Added sharing individual events by creating temporary .ics files + Replaced raw database exporting with proper .ics file exporting\n Added color themes