Skip to content

Commit

Permalink
Bump hilt from 2.54 to 2.55 (#3491)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michał Sikora <[email protected]>
  • Loading branch information
dependabot[bot] and MiSikora authored Jan 27, 2025
1 parent c7861fc commit 9880f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ firebase = "33.7.0"
fragment = "1.8.5"
glance = "1.0.0"
google-services = "4.4.2"
hilt = "2.54"
hilt = "2.55"
hilt-compiler = "1.2.0"
horologist = "0.6.20"
java = "17"
Expand Down
5 changes: 0 additions & 5 deletions proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
# Protocol Buffers - keep the field names
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }

# https://github.com/google/dagger/issues/4323
-keepclasseswithmembers,includedescriptorclasses class * {
@dagger.internal.KeepFieldType <fields>;
}

# https://github.com/square/retrofit/issues/4134
-if interface *
-keepclasseswithmembers,allowobfuscation interface <1> {
Expand Down

0 comments on commit 9880f9c

Please sign in to comment.