adding the Nickname field in the release notes

This commit is contained in:
tibbi
2018-08-13 13:00:46 +02:00
parent 441a2ac3b1
commit 3b26a1ec92
3 changed files with 3 additions and 1 deletions

View File

@ -538,6 +538,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(11, R.string.release_11))
add(Release(16, R.string.release_16))
add(Release(27, R.string.release_27))
add(Release(29, R.string.release_29))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}