adding the 2 new toggles in release notes

This commit is contained in:
tibbi
2018-10-28 12:24:23 +01:00
parent 208366b613
commit 7915014955
3 changed files with 3 additions and 1 deletions

View File

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