Skip to content

Commit

Permalink
chore: bump lifecycleViewModel from 2.8.3 to 2.8.4 (#684)
Browse files Browse the repository at this point in the history
* chore: bump lifecycleViewModel from 2.8.3 to 2.8.4

Bumps `lifecycleViewModel` from 2.8.3 to 2.8.4.

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.3 to 2.8.4

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.3 to 2.8.4

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* feat: add test tag to X button on Bottom Sheet

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fernando Zanutto <fernando.zanutto@useblu.com.br>
  • Loading branch information
dependabot[bot] and fernandozblu authored Jul 29, 2024
1 parent 9044db1 commit bb246e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ espressoCore = "3.6.1"
junit = "1.2.1"
robolectric = "4.13"
uiautomator = "2.3.0"
lifecycleViewModel = "2.8.3"
lifecycleViewModel = "2.8.4"
constraintLayout = "2.1.4"
androidCoreKtx = "1.13.1"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.layout.ContentScale
import androidx.compose.ui.platform.testTag
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.Preview
Expand Down Expand Up @@ -259,6 +260,7 @@ fun OceanBottomSheet(
) {
if (model.isDismissible) {
IconButton(
modifier = Modifier.testTag("close_modal"),
onClick = { model.onDismiss() },
) {
OceanIcon(
Expand Down

0 comments on commit bb246e4

Please sign in to comment.