Skip to content

Commit

Permalink
Merge branch 'develop' into feature/communication/send-message-via-us…
Browse files Browse the repository at this point in the history
…er-dialog
  • Loading branch information
FelberMartin authored Jan 10, 2025
2 parents 988f88d + 042af39 commit 549624d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.time.LocalDate


private val SURVEY_START_DATE = LocalDate.of(2024, 11, 28)
private val SURVEY_END_DATE = LocalDate.of(2025, 1, 16)
private val SURVEY_END_DATE = LocalDate.of(2025, 1, 31)

class SurveyHintServiceImpl(
private val context: Context,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private fun SurveyDialog(
) {

AlertDialog(
modifier = modifier,
onDismissRequest = { onClose(false) },
title = { Text(text = stringResource(R.string.survey_dialog_title)) },
text = {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildToolsVersion = "35.0.0"

accompanist = "0.30.1"
androidDesugarJdkLibs = "2.1.4"
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.8.0"
androidxActivity = "1.9.3"
androidxAppCompat = "1.7.0"
androidxComposeBom = "2024.12.01"
Expand Down

0 comments on commit 549624d

Please sign in to comment.