add version 46 to whats new dialog

This commit is contained in:
tibbi 2017-01-07 11:10:20 +01:00
parent 9c74613bcc
commit 33d04cd5e7
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ class MainActivity : SimpleActivity(), EventListFragment.DeleteListener {
add(Release(40, R.string.release_40))
add(Release(42, R.string.release_42))
add(Release(44, R.string.release_44))
add(Release(46, R.string.release_46))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}