updating Whats New

This commit is contained in:
tibbi
2019-01-06 15:19:23 +01:00
parent 50dc97e9c0
commit 96f9d98fac
2 changed files with 5 additions and 0 deletions

View File

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