add some new features to Whats New

This commit is contained in:
tibbi
2018-01-26 23:21:22 +01:00
parent 50800111fe
commit 0a2db99a61
2 changed files with 2 additions and 0 deletions

View File

@ -538,6 +538,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
add(Release(28, R.string.release_28))
add(Release(29, R.string.release_29))
add(Release(39, R.string.release_39))
add(Release(45, R.string.release_45))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}