adding some new features in the release notes

This commit is contained in:
tibbi
2019-01-29 16:19:54 +01:00
parent 5328ce2ad6
commit 59ab762442
2 changed files with 6 additions and 0 deletions

View File

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