adding speed dialing in Whats New

This commit is contained in:
tibbi
2020-01-22 19:37:57 +01:00
parent 3cc86a028d
commit 127b584dc3
2 changed files with 2 additions and 0 deletions

View File

@ -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)
}
}