updating release notes

This commit is contained in:
tibbi
2017-03-26 18:45:26 +02:00
parent 273f583f0a
commit 99d7e11cfe
3 changed files with 3 additions and 1 deletions

View File

@ -577,6 +577,7 @@ class MainActivity : SimpleActivity(), SensorEventListener, PreviewListener, Pho
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(33, R.string.release_33))
add(Release(35, R.string.release_35))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}