adding dialpad into release notes

This commit is contained in:
tibbi
2018-09-28 20:19:53 +02:00
parent c1ba8b0d13
commit 98e527eba8
2 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(27, R.string.release_27))
add(Release(29, R.string.release_29))
add(Release(31, R.string.release_31))
add(Release(32, R.string.release_32))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}