mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-20 05:30:57 +01:00
updating Whats New
This commit is contained in:
parent
d4dcd21f65
commit
62a261d156
@ -273,6 +273,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
|
|||||||
private fun checkWhatsNewDialog() {
|
private fun checkWhatsNewDialog() {
|
||||||
arrayListOf<Release>().apply {
|
arrayListOf<Release>().apply {
|
||||||
add(Release(18, R.string.release_18))
|
add(Release(18, R.string.release_18))
|
||||||
|
add(Release(20, R.string.release_20))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_20">Added an Eraser</string>
|
||||||
<string name="release_18">
|
<string name="release_18">
|
||||||
Added app color theme customization\n
|
Added app color theme customization\n
|
||||||
Allow using images as backgrounds\n
|
Allow using images as backgrounds\n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user