Skip to content

Commit

Permalink
Implementing export to diary Excel file
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Mar 5, 2019
1 parent a395aa5 commit 425e109
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ open class EasyDiaryActivity : BaseSimpleActivity() {

fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(137, R.string.release_137))
add(Release(136, R.string.release_136))
add(Release(134, R.string.release_134))
add(Release(133, R.string.release_133))
Expand Down

0 comments on commit 425e109

Please sign in to comment.