updating Whats New
This commit is contained in:
parent
d4dcd21f65
commit
62a261d156
|
@ -273,6 +273,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
|
|||
private fun checkWhatsNewDialog() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(18, R.string.release_18))
|
||||
add(Release(20, R.string.release_20))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_20">Added an Eraser</string>
|
||||
<string name="release_18">
|
||||
Added app color theme customization\n
|
||||
Allow using images as backgrounds\n
|
||||
|
|
Loading…
Reference in New Issue