Skip to content

Commit 022be35

Browse files
Update dependency androidx.activity:activity to v1.9.0 (#250)
[![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](https://developer.android.com/jetpack/androidx/releases/activity#1.9.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.8.2` -> `1.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.activity:activity/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.activity:activity/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/androidx.activity:activity/1.8.2/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.activity:activity/1.8.2/1.9.0?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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/WhosNickDoglio/dagger-rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b52ab2 commit 022be35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ detekt-test = { module = "io.gitlab.arturbosch.detekt:detekt-test", version.ref
4949
androidx-gradle-lints = { module = "androidx.lint:lint-gradle", version = "1.0.0-alpha01" }
5050
androidx-core = { module = "androidx.core:core-ktx", version = "1.12.0" }
5151
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
52-
androidx-activity = { module = "androidx.activity:activity", version = "1.8.2" }
52+
androidx-activity = { module = "androidx.activity:activity", version = "1.9.0" }
5353
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger" }
5454
hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "dagger" }
5555

0 commit comments

Comments
 (0)