Skip to content

Commit

Permalink
changes and link to project board
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Oct 16, 2024
1 parent a30de8f commit 0bc976b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ class VersionInfo(val code: Int, val name: String) : Parcelable {
"${t(R.string.title_activity_debt_overview)}: ${t(R.string.ui_refinement)}",
)

"390" -> arrayOf(
"${t(R.string.saving_goal)} / ${t(R.string.credit_limit)}: ${t(R.string.ui_refinement)}",
)

else -> {
//noinspection DiscouragedApi
val resId = res.getIdentifier(
Expand Down
1 change: 1 addition & 0 deletions myExpenses/src/main/res/values/version_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<string name="project_board_387">3</string>
<string name="project_board_388">5</string>
<string name="project_board_389">6</string>
<string name="project_board_390">7</string>

<string-array name="whats_new_355">
<item>@string/whats_new_355</item>
Expand Down

0 comments on commit 0bc976b

Please sign in to comment.