adding some new items at the release notes

This commit is contained in:
tibbi
2019-12-08 20:28:39 +01:00
parent e7be99c528
commit 3384d93329
2 changed files with 5 additions and 0 deletions

View File

@ -764,6 +764,7 @@ class MainActivity : SimpleActivity() {
add(Release(57, R.string.release_57))
add(Release(62, R.string.release_62))
add(Release(64, R.string.release_64))
add(Release(67, R.string.release_67))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}