updating Whats New

This commit is contained in:
tibbi
2017-10-29 23:45:13 +01:00
parent 9f9b6a154a
commit 96c6445a4b
2 changed files with 5 additions and 0 deletions

View File

@ -251,6 +251,7 @@ class MainActivity : SimpleActivity() {
add(Release(29, R.string.release_29))
add(Release(34, R.string.release_34))
add(Release(35, R.string.release_35))
add(Release(37, R.string.release_37))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}