updating release 47 to 48

This commit is contained in:
tibbi 2022-02-26 19:55:01 +01:00
parent c786d667c4
commit da9a9d5e56
2 changed files with 2 additions and 2 deletions

View file

@ -456,7 +456,7 @@ class MainActivity : SimpleActivity() {
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(47, R.string.release_47))
add(Release(48, R.string.release_48))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}