Skip to content

Commit

Permalink
refactor: removed 4.4.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Oct 3, 2024
1 parent fa4aca3 commit feb6ec9
Showing 1 changed file with 1 addition and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,37 +44,6 @@ class ReleaseNotesViewModel(
}

companion object {
val releaseNotesList = listOf(
ReleaseNote(
title = R.string.release_notes_4_4_0_title_improved_from_original_folder_auto_upload,
subtitle = R.string.release_notes_4_4_0_subtitle_improved_from_original_folder_auto_upload,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_4_0_title_resharing_capability,
subtitle = R.string.release_notes_4_4_0_subtitle_resharing_capability,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_4_6_4_bugfixes_title,
subtitle = R.string.release_notes_4_4_6_4_bugfixes_subtitle,
type = ReleaseNoteType.BUGFIX
),
ReleaseNote(
title = R.string.release_notes_4_4_0_title_audio_player_android14,
subtitle = R.string.release_notes_4_4_0_subtitle_audio_player_android14,
type = ReleaseNoteType.BUGFIX
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_accessibility_improvements,
subtitle = R.string.release_notes_4_3_0_subtitle_accessibility_improvements,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_bugfixes_title,
subtitle = R.string.release_notes_bugfixes_subtitle,
type = ReleaseNoteType.BUGFIX
),
)
val releaseNotesList : List <ReleaseNote> = emptyList()
}
}

0 comments on commit feb6ec9

Please sign in to comment.