From b8d88f141aff45ed0e52febadbcaa6d58368a2c6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 18 May 2017 23:54:42 +0200 Subject: [PATCH] updating release notes and version to 2.4.3 --- app/build.gradle | 4 ++-- .../simplemobiletools/calendar/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b8dfc58bc..c105d861a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 16 targetSdkVersion 25 - versionCode 75 - versionName "2.4.2" + versionCode 76 + versionName "2.4.3" 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 5f256d52d..f4c6df28c 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt @@ -610,6 +610,7 @@ class MainActivity : SimpleActivity(), NavigationListener { add(Release(69, R.string.release_69)) add(Release(71, R.string.release_71)) add(Release(73, R.string.release_73)) + add(Release(76, R.string.release_76)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 8473cdebb..3cf8a9517 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -1,6 +1,11 @@ + + Added an easy way to import Holidays in some countries\n + Allow filtering events to export by event type\n + Added Snooze + Add more advanced monthly repetition options, like \"Last day of the month\" or \"Every second Tuesday\" Add a new event repetition type \"Repeat x times\"