adding some of the new features in Whats New

This commit is contained in:
tibbi
2018-08-04 23:21:54 +02:00
parent 8b29f9c10f
commit 930d6cb149
2 changed files with 5 additions and 0 deletions

View File

@ -530,6 +530,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(10, R.string.release_10))
add(Release(11, R.string.release_11))
add(Release(16, R.string.release_16))
add(Release(27, R.string.release_27))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}