Skip to content

Commit

Permalink
update mobile-ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed Apr 30, 2024
1 parent 6c1abab commit c724fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ fun MultiOptionSelector(
},
title = title,
noResultsFoundString = stringResource(R.string.no_results_found),
searchToFindMoreString = stringResource(id = R.string.search_to_see_more),
doneButtonText = stringResource(id = R.string.done),
onItemsSelected = { checkBoxes ->
val checkedCodes = checkBoxes
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin = '1.9.21'
hilt = '2.47'
hiltCompiler = '1.0.0'
jacoco = '0.8.10'
designSystem = "0.2-20240426.091900-58"
designSystem = "0.2-20240430.062706-60"
dhis2sdk = "1.10.0-20240322.092247-38"
ruleEngine = "3.0.0-20240119.134348-12"
expressionParser = "1.1.0-20240219.115041-14"
Expand Down

0 comments on commit c724fa4

Please sign in to comment.