Skip to content

Commit

Permalink
Update dagger to v2.54 (#1831)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.google.dagger:hilt-core](https://redirect.github.com/google/dagger)
| dependencies | minor | `2.52` -> `2.54` |
| [com.google.dagger:dagger](https://redirect.github.com/google/dagger)
| dependencies | minor | `2.52` -> `2.54` |
|
[com.google.dagger:dagger-compiler](https://redirect.github.com/google/dagger)
| dependencies | minor | `2.52` -> `2.54` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: Zac Sweers <pandanomic@gmail.com>
  • Loading branch information
slack-oss-bot and ZacSweers authored Dec 25, 2024
1 parent 6e829b5 commit e8a638a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions circuit-codegen/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ org.jetbrains.kotlin:kotlin-bom
org.jetbrains.kotlin:kotlin-reflect
org.jetbrains.kotlin:kotlin-stdlib
org.jetbrains:annotations
org.jspecify:jspecify
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compose-ui = "1.7.6"
compose-jb = "1.7.1"
compose-bom = "2024.12.01"
compose-integration-constraintlayout = "1.1.0"
dagger = "2.52"
dagger = "2.54"
datastore = "1.1.1"
detekt = "1.23.7"
dokka = "1.9.20"
Expand Down
5 changes: 4 additions & 1 deletion samples/star/apk/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
# Referenced by kotlinx-datetime
-dontwarn kotlinx.serialization.KSerializer
-dontwarn kotlinx.serialization.Serializable
-dontwarn org.slf4j.impl.StaticLoggerBinder
-dontwarn org.slf4j.impl.StaticLoggerBinder

# OkHttp
-dontwarn okhttp3.internal.Util

0 comments on commit e8a638a

Please sign in to comment.