add hex codes in Whats new

This commit is contained in:
tibbi
2017-01-23 23:40:07 +01:00
parent 14d9a5ce23
commit 18f9fb6f79
10 changed files with 10 additions and 0 deletions

View File

@ -210,6 +210,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(25, R.string.release_25))
add(Release(28, R.string.release_28))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}