Update Dagger to v2.54 (#5107)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-21 08:34:33 +08:00
committed by GitHub
parent a1a6067a28
commit abc6907a5b

View File

@@ -78,7 +78,7 @@ allprojects {
ext {
FRAMEWORK_PREBUILTS_DIR = "$rootDir/prebuilts/libs"
daggerVersion = '2.53.1'
daggerVersion = '2.54'
addFrameworkJar = { String name ->
def frameworkJar = new File(FRAMEWORK_PREBUILTS_DIR, name)