mirror of
https://github.com/SimpleMobileTools/Simple-Thank-You.git
synced 2025-06-05 22:09:28 +02:00
add the navigation bar customization in release notes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user