Remove old release notes

This commit is contained in:
Naveen 2023-12-21 19:56:45 +05:30
parent 2d8a626ec0
commit 7c042f7e6c
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

@ -601,8 +601,6 @@ class MainActivity : SimpleActivity() {
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(48, R.string.release_48))
add(Release(62, R.string.release_62))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}