diff --git a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt index b052eed5..7d56795a 100644 --- a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt @@ -578,6 +578,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener { add(Release(39, R.string.release_39)) add(Release(40, R.string.release_40)) add(Release(47, R.string.release_47)) + add(Release(56, R.string.release_56)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index e93bca01..41c8cb99 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -14,6 +14,7 @@ Telegram + Added an initial implementation of Speed Dial, contacts can be set in the app settings Removed the setting for merging duplicate contacts, merge them always Removed the Recents tab due to Googles\' latest security policies being stricter than initiall thought\n