updating Whats New

This commit is contained in:
tibbi 2017-08-29 22:14:06 +02:00
parent d4dcd21f65
commit 62a261d156
2 changed files with 2 additions and 0 deletions

View File

@ -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)
}
}

View File

@ -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