adding some of the new features in the release notes

This commit is contained in:
tibbi
2018-12-17 22:47:03 +01:00
parent 2920dea288
commit 16a654ea39
2 changed files with 5 additions and 0 deletions

View File

@ -1227,6 +1227,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(201, R.string.release_201))
add(Release(202, R.string.release_202))
add(Release(206, R.string.release_206))
add(Release(213, R.string.release_213))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}