Skip to content

Commit

Permalink
fix(deps): update dependency androidx.activity:activity-compose to v1…
Browse files Browse the repository at this point in the history
….9.1 (#24)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [androidx.activity:activity-compose](https://developer.android.com/jetpack/androidx/releases/activity#1.9.1) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.7.1` -> `1.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.activity:activity-compose/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.activity:activity-compose/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/androidx.activity:activity-compose/1.7.1/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.activity:activity-compose/1.7.1/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [androidx.activity:activity-compose](https://developer.android.com/jetpack/androidx/releases/activity#1.9.1) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.7.0` -> `1.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.activity:activity-compose/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.activity:activity-compose/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/androidx.activity:activity-compose/1.7.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.activity:activity-compose/1.7.0/1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch-Android-Client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 77508a2 commit 7e87023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ signing {
}

dependencies {
implementation("androidx.activity:activity-compose:1.7.1")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.compose.material:material:1.4.2")
implementation("androidx.compose.ui:ui:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["composeUiVersion"]}")
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.0")
implementation("androidx.activity:activity-compose:1.7.0")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.compose.ui:ui:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.material:material:1.4.1")
Expand Down

0 comments on commit 7e87023

Please sign in to comment.