add the navigation bar customization in release notes

This commit is contained in:
tibbi
2019-07-23 12:15:23 +02:00
parent 03d618d6f1
commit 1665064b38
2 changed files with 2 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ class MainActivity : SimpleActivity() {
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(14, R.string.release_14))
add(Release(3, R.string.release_3))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}

View File

@@ -2,6 +2,7 @@
<resources>
<!-- Release notes -->
<string name="release_14">Allow customizing the bottom navigation bar color</string>
<string name="release_3">Added a toggle for hiding the launcher icon</string>
</resources>