adding the per-widget saving color in release notes

This commit is contained in:
tibbi
2019-08-19 23:27:56 +02:00
parent 21a5c99315
commit 5cc89d4ef3
2 changed files with 2 additions and 0 deletions

View File

@ -753,6 +753,7 @@ class MainActivity : SimpleActivity() {
add(Release(51, R.string.release_51))
add(Release(57, R.string.release_57))
add(Release(62, R.string.release_62))
add(Release(64, R.string.release_64))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}