flipping the order of WhatsNew items
This commit is contained in:
parent
f23f0e2c77
commit
cac8f486ac
|
@ -154,8 +154,8 @@ class MainActivity : SimpleActivity(), Calculator {
|
|||
|
||||
private fun checkWhatsNewDialog() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(28, R.string.release_28))
|
||||
add(Release(18, R.string.release_18))
|
||||
add(Release(28, R.string.release_28))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue