show a note about reseting synced notes

This commit is contained in:
tibbi
2021-03-21 17:45:08 +01:00
parent 3dd51a98e4
commit a6f84909b3
2 changed files with 2 additions and 0 deletions

View File

@ -1075,6 +1075,7 @@ class MainActivity : SimpleActivity() {
add(Release(62, R.string.release_62))
add(Release(64, R.string.release_64))
add(Release(67, R.string.release_67))
add(Release(81, R.string.release_81))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}