updating release notes

This commit is contained in:
tibbi
2018-04-08 18:37:58 +02:00
parent 8c5881f4d3
commit 049c3a5361
2 changed files with 5 additions and 0 deletions

View File

@ -439,6 +439,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
arrayListOf<Release>().apply {
add(Release(10, R.string.release_10))
add(Release(11, R.string.release_11))
add(Release(16, R.string.release_16))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}