add the contact fetching change in release notes

This commit is contained in:
tibbi
2018-12-28 18:02:13 +01:00
parent 40d0916276
commit bdd31230f7
2 changed files with 2 additions and 0 deletions

View File

@ -586,6 +586,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(31, R.string.release_31))
add(Release(32, R.string.release_32))
add(Release(34, R.string.release_34))
add(Release(39, R.string.release_39))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}