Skip to content

Commit 0b3e642

Browse files
authored
chore(deps): upgrade Dagger/Hilt library to v2.51 (#53)
* As of android-15.0.0_r32 tag (ASB 2025-05) Signed-off-by: iusmac <iusico.maxim@libero.it>
1 parent 55b1359 commit 0b3e642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
// https://mvnrepository.com/artifact/com.google.dagger/hilt-android
1111
// https://mvnrepository.com/artifact/com.google.dagger/hilt-compiler
1212
// https://android.googlesource.com/platform/external/dagger2
13-
def hilt_version = '2.47'
13+
def hilt_version = '2.51'
1414
// https://mvnrepository.com/artifact/io.github.takahirom.roborazzi/roborazzi
1515
roborazzi_version = '1.45.1'
1616
// https://mvnrepository.com/artifact/androidx.test.espresso/espresso-core

0 commit comments

Comments
 (0)