added hyperlinks to release notes

This commit is contained in:
tibbi
2017-03-06 22:18:02 +01:00
parent db26e22067
commit 7571c9095a
11 changed files with 11 additions and 1 deletions

View File

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