Skip to content

Commit

Permalink
deploy: Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoongcho committed Oct 12, 2024
1 parent c8f5d2e commit 0e88ae3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ open class EasyDiaryActivity : BaseSimpleActivity(), ShakeDetector.Listener {
***************************************************************************************************/
fun checkWhatsNewDialog(applyFilter: Boolean = true) {
arrayListOf<Release>().apply {
add(Release(314, R.string.release_314))
add(Release(313, R.string.release_313))
add(Release(312, R.string.release_312))
add(Release(309, R.string.release_309))
Expand Down

0 comments on commit 0e88ae3

Please sign in to comment.