adding some new features at the release notes

This commit is contained in:
tibbi
2019-01-17 21:59:59 +01:00
parent fee357b4fc
commit d6793bf656
2 changed files with 7 additions and 0 deletions

View File

@ -1232,6 +1232,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(213, R.string.release_213))
add(Release(217, R.string.release_217))
add(Release(220, R.string.release_220))
add(Release(221, R.string.release_221))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}