diff --git a/app/build.gradle b/app/build.gradle index da7fe7ab7..8ec49cc13 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 16 targetSdkVersion 25 - versionCode 76 - versionName "2.4.3" + versionCode 77 + versionName "2.5.0" 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 de063e607..88f9761bf 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/activities/MainActivity.kt @@ -614,6 +614,7 @@ class MainActivity : SimpleActivity(), NavigationListener { add(Release(71, R.string.release_71)) add(Release(73, R.string.release_73)) add(Release(76, R.string.release_76)) + add(Release(77, R.string.release_77)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 3cf8a9517..8d366ae01 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -1,6 +1,7 @@ + Allow displaying some events from the past in the Simple Event List view Added an easy way to import Holidays in some countries\n Allow filtering events to export by event type\n