adding undo/redo in release notes

This commit is contained in:
tibbi
2018-07-17 23:53:28 +02:00
parent d47226edf2
commit 8efb97dbd0
2 changed files with 2 additions and 0 deletions

View File

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