update release notes and version to 2.3.0

This commit is contained in:
tibbi
2017-05-07 16:05:51 +02:00
parent 69beac2f55
commit fea59c3d2a
3 changed files with 7 additions and 2 deletions

View File

@ -592,6 +592,7 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
arrayListOf<Release>().apply {
add(Release(33, R.string.release_33))
add(Release(35, R.string.release_35))
add(Release(39, R.string.release_39))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}